Skip to content

Commit 5cf4118

Browse files
font size back to 10 on barplot with title
1 parent d66be90 commit 5cf4118

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
@@ -992,7 +992,7 @@ islands_bar <- ggplot(islands_top12,
992992
y = "Landmass",
993993
fill = "Type",
994994
title = "Earth's seven largest landmasses are continents") +
995-
theme(text = element_text(size = 12))
995+
theme(text = element_text(size = 10))
996996
997997
islands_bar
998998
```

0 commit comments

Comments
 (0)