Skip to content

Commit

Permalink
Merge pull request #449 from rfbrown/patch-2
Browse files Browse the repository at this point in the history
Update 07-vector-shapefile-attributes-in-r.Rmd
  • Loading branch information
jonjab authored Nov 23, 2024
2 parents fffaf6e + f2d3161 commit bd05e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/07-vector-shapefile-attributes-in-r.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ ggplot() +
scale_color_manual(values = road_colors) +
labs(color = 'Road Type') +
theme(legend.text = element_text(size = 20),
legend.box.background = element_rect(size = 1)) +
legend.box.background = element_rect(linewidth = 1)) +
ggtitle("NEON Harvard Forest Field Site",
subtitle = "Roads & Trails - Modified Legend") +
coord_sf()
Expand Down

0 comments on commit bd05e08

Please sign in to comment.