Skip to content

Commit 8b11dd0

Browse files
committed
no gridlines
1 parent 76c8a03 commit 8b11dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

038_facets_wrap_thematic_mapping.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ tall %>%
331331
tall %>%
332332
ggplot(aes(fill = Wages, color = Wages)) +
333333
geom_sf() +
334-
coord_sf(crs = 5070) +
334+
coord_sf(crs = 5070, datum = NA) +
335335
scale_fill_viridis(option = "viridis") +
336336
scale_color_viridis(option = "viridis") +
337337
facet_wrap(~ category, nrow = 3, ncol = 2)

039_facet_example.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This example code
1111
sf_data %>%
1212
ggplot(aes(fill = Wages, color = Wages)) +
1313
geom_sf() +
14-
coord_sf(crs = 5070) +
14+
coord_sf(crs = 5070, datum = NA) +
1515
scale_fill_viridis(option = "viridis") +
1616
scale_color_viridis(option = "viridis") +
1717
facet_wrap(~ category, nrow = 3, ncol = 2)

0 commit comments

Comments
 (0)