Skip to content

Commit

Permalink
comment out ggplot_global$theme_all_null
Browse files Browse the repository at this point in the history
  • Loading branch information
lgibson7 committed Dec 18, 2024
1 parent 2dae86b commit 2f26a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 18-Programming-with-ggplot2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ theme_grey
# uses %+replace% to replace the existing theme with t
# ggplot_global$theme_all_null %+replace% t
ggplot_global$theme_all_null # doesn't exist globally, so must refer to the current plot that you're adding theme_grey to.
# ggplot_global$theme_all_null doesn't exist globally, so must refer to the current plot that you're adding theme_grey to.
```

4. Create scale_colour_wesanderson(). It should have a parameter to pick the palette from the wesanderson package, and create either a continuous or discrete scale.
Expand Down

0 comments on commit 2f26a37

Please sign in to comment.