From cdb68f0a3e5aa1c05be96c3a2da505606a5fe71f Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 19 Jun 2023 15:38:54 -0700 Subject: [PATCH] fix strikethrough that should have been subscript This was a bug from the transition. See https://github.com/ropensci/tinkr/issues/99 --- episodes/04-visualization-ggplot2.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-visualization-ggplot2.Rmd b/episodes/04-visualization-ggplot2.Rmd index 4ca74f18..dbe66163 100644 --- a/episodes/04-visualization-ggplot2.Rmd +++ b/episodes/04-visualization-ggplot2.Rmd @@ -315,7 +315,7 @@ better distribute the observations in the space of the plot. Changing the scale of the axes is done similarly to adding/modifying other components (i.e., by incrementally adding commands). Try making these modifications: -- Represent weight on the log~~10~~ scale; see `scale_y_log10()`. +- Represent weight on the log~10~ scale; see `scale_y_log10()`. :::::::: solution