Skip to content

Commit

Permalink
Add space before ## More Plot Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci committed Jan 15, 2024
1 parent 2cadb06 commit 29d6509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/14-plot-raster-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ ggplot() +
scale_fill_manual(values = terrain.colors(3)) +
coord_quickmap()
```

## More Plot Formatting

If we need to create multiple plots using the same color palette, we can create an R object (`my_col`) for the set of colors that we want to use. We can then quickly change the palette across all plots by modifying the `my_col` object, rather than each individual plot.
Expand Down

0 comments on commit 29d6509

Please sign in to comment.