Skip to content

Commit

Permalink
cbebysector- up text size for axis by 1 pt
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen committed Jan 6, 2025
1 parent 76a4d86 commit 85dc9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/StateCBE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ p <- stackedBarChartResultFigure(ghgs_sector, models[[col]])
p <- p +
xlab('Greenhouse Gases (million tonnes)') +
labs(fill = 'Region') +
theme(axis.text.y = element_text(size = 9, ,color="black"))
theme(axis.text.y = element_text(size = 10, ,color="black"))
p
```

Expand Down

0 comments on commit 85dc9a8

Please sign in to comment.