Skip to content

Commit 8d99d19

Browse files
Fix legend, closes #251
1 parent fdeee16 commit 8d99d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/05-ex-explore-numerical.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ Also shown below is a spatial intensity map of the same data.^[The [`county_comp
486486

487487
p_map <- ggplot(map_county, aes(x = long, y = lat, group = group)) +
488488
geom_polygon(aes(fill = mean_work_travel_2017)) +
489-
scale_fill_viridis_c(option = "D", labels = label_percent(scale = 1)) +
489+
scale_fill_viridis_c(option = "D") +
490490
labs(x = NULL, y = NULL, fill = "Mean\ntravel time\n(in min)") +
491491
theme(
492492
axis.text = element_blank(),

0 commit comments

Comments
 (0)