Skip to content

Commit

Permalink
Change color scale to increase contrast in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci committed Jan 15, 2024
1 parent 9e74cce commit 9272883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/14-plot-raster-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ ggplot() +
geom_raster(data = DSM_hill_TUD_df,
aes(x = x, y = y,
alpha = `tud-dsm-5m-hill`)) +
scale_fill_viridis_c() +
scale_fill_viridis_c(option = "H") +
scale_alpha(range = c(0.15, 0.65), guide = "none") +
ggtitle("Elevation with hillshade") +
coord_quickmap()
Expand Down

0 comments on commit 9272883

Please sign in to comment.