Skip to content

Commit 1916794

Browse files
Fix scale of percentages
1 parent 904282b commit 1916794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/_01-ex-data-hello.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
) +
483483
scale_color_openintro("three") +
484484
scale_x_continuous(breaks = c(1960, 1990, 2020)) +
485-
scale_y_continuous(breaks = c(0, 0.5, 1), labels = label_percent(scale = 1)) #+
485+
scale_y_continuous(breaks = c(0, 0.5, 1), labels = label_percent(scale = 100)) #+
486486
#theme(
487487
# legend.position = "top",
488488
# legend.direction = "horizontal"

0 commit comments

Comments
 (0)