Skip to content

Commit 6b40918

Browse files
committed
Fixed missing color pallete. Closes #287
1 parent e4c160f commit 6b40918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

viz.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,8 @@ ggplot(can_lang, aes(x = most_at_home_percent,
780780
legend.position = "top",
781781
legend.direction = "vertical") +
782782
scale_x_log10(labels = comma) +
783-
scale_y_log10(labels = comma)
783+
scale_y_log10(labels = comma) +
784+
scale_color_brewer(palette = "Set2")
784785
```
785786

786787
From the visualization in Figure \@ref(fig:scatter-color-by-category-palette),

0 commit comments

Comments
 (0)