Skip to content

Commit

Permalink
smaller font plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Nov 11, 2023
1 parent bbb06c9 commit e564139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/viz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ islands_bar <- ggplot(islands_top12,
y = "Landmass",
fill = "Type",
title = "The Earth's seven largest landmasses are all continents") +
theme(text = element_text(size = 12))
theme(text = element_text(size = 10))
islands_bar
```
Expand Down

0 comments on commit e564139

Please sign in to comment.