Skip to content

Commit f03eaa6

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 70fa947 Branch : main Author : Jon Jablonski <jonjab@ucsb.edu> Time : 2024-11-23 19:39:51 +0000 Message : Merge pull request #450 from rfbrown/patch-3 Update 08-vector-plot-shapefiles-custom-legend.Rmd
1 parent c8f0f00 commit f03eaa6

4 files changed

+3
-4
lines changed

08-vector-plot-shapefiles-custom-legend.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ ggplot() +
215215
shape = NA))) +
216216
scale_fill_manual(name = "Soil Type", values = blue_orange,
217217
guide = guide_legend(override.aes = list(linetype = "blank", shape = 21,
218-
colour = NA))) +
218+
colour = "black"))) +
219219
ggtitle("NEON Harvard Forest Field Site") +
220220
coord_sf()
221221
```
@@ -235,8 +235,7 @@ ggplot() +
235235
scale_color_manual(name = "Line Type", values = road_colors,
236236
guide = guide_legend(override.aes = list(linetype = "solid", shape = NA))) +
237237
scale_fill_manual(name = "Soil Type", values = blue_orange,
238-
guide = guide_legend(override.aes = list(linetype = "blank", shape = c(21, 22),
239-
color = blue_orange))) +
238+
guide = guide_legend(override.aes = list(linetype = "blank", shape = c(21, 22), color = "black"))) +
240239
ggtitle("NEON Harvard Forest Field Site") +
241240
coord_sf()
242241
```
Loading
Loading

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"episodes/05-raster-multi-band-in-r.Rmd" "d5497625ea9f0fc04de5423d140bd655" "site/built/05-raster-multi-band-in-r.md" "2024-11-19"
1212
"episodes/06-vector-open-shapefile-in-r.Rmd" "9966d5678aea06e445f5b660a079482e" "site/built/06-vector-open-shapefile-in-r.md" "2024-11-19"
1313
"episodes/07-vector-shapefile-attributes-in-r.Rmd" "d5a8a7b41e67e78af375b35f42e8ae9d" "site/built/07-vector-shapefile-attributes-in-r.md" "2024-11-23"
14-
"episodes/08-vector-plot-shapefiles-custom-legend.Rmd" "733bf768d8f27d9c7e548e7f835fda67" "site/built/08-vector-plot-shapefiles-custom-legend.md" "2024-11-19"
14+
"episodes/08-vector-plot-shapefiles-custom-legend.Rmd" "65901e80f1f3cbcfccbf2a75f534d226" "site/built/08-vector-plot-shapefiles-custom-legend.md" "2024-11-23"
1515
"episodes/09-vector-when-data-dont-line-up-crs.Rmd" "b3a4cc71f14583f1fcfc77d591ba9e62" "site/built/09-vector-when-data-dont-line-up-crs.md" "2024-11-19"
1616
"episodes/10-vector-csv-to-shapefile-in-r.Rmd" "fe9f2056f24f9f54689143b27c8c3615" "site/built/10-vector-csv-to-shapefile-in-r.md" "2024-11-19"
1717
"episodes/11-vector-raster-integration.Rmd" "47b8925ff021264a97064c40a2bfdc5a" "site/built/11-vector-raster-integration.md" "2024-11-19"

0 commit comments

Comments
 (0)