Skip to content

Commit 2c1ea4c

Browse files
fix caption
1 parent 18b7caa commit 2c1ea4c

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
@@ -911,7 +911,7 @@ the landmass sizes. So we have to pass the `stat = "identity"` argument to `geom
911911
shown in Figure \@ref(fig:03-data-islands-bar).
912912
\index{ggplot!geom\_bar}
913913

914-
```{r 03-data-islands-bar, warning=FALSE, message=FALSE, fig.width=5, fig.height=2.75, fig.align = "center", fig.pos = "H", out.extra="", fig.cap = "Bar plot of all Earth's landmasses' size with squished labels."}
914+
```{r 03-data-islands-bar, warning=FALSE, message=FALSE, fig.width=5, fig.height=2.75, fig.align = "center", fig.pos = "H", out.extra="", fig.cap = "Bar plot of Earth's landmass sizes with squished labels."}
915915
islands_bar <- ggplot(islands_df, aes(x = landmass, y = size)) +
916916
geom_bar(stat = "identity")
917917

0 commit comments

Comments
 (0)