Skip to content

Commit 18b7caa

Browse files
landmass caption improvement
1 parent cc7d936 commit 18b7caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ Thus we use the `fill` argument inside `labs` to change that to "Type."
981981
Finally, we again \index{ggplot!reorder} use the `theme` function
982982
to change the font size.
983983

984-
```{r 03-data-islands-bar-4, warning = FALSE, message = FALSE, fig.width=5, fig.height=2.75, fig.align="center", fig.pos = "H", out.extra="", fig.cap = "Bar plot of size for Earth's largest 12 landmasses colored by whether its a continent with clearer axes and labels."}
984+
```{r 03-data-islands-bar-4, warning = FALSE, message = FALSE, fig.width=5, fig.height=2.75, fig.align="center", fig.pos = "H", out.extra="", fig.cap = "Bar plot of size for Earth's largest 12 landmasses, colored by landmass type, with clearer axes and labels."}
985985
islands_bar <- ggplot(islands_top12,
986986
aes(x = size,
987987
y = fct_reorder(landmass, size, .desc = TRUE),

0 commit comments

Comments
 (0)