StatisticsNZ / simplevis

Simple visualisation with ggplot2 and leaflet wrappers
https://StatisticsNZ.github.io/simplevis
Other
86 stars 11 forks source link

theme: change theme defaults to left-align titles #433

Closed davidhodge931 closed 2 years ago

davidhodge931 commented 2 years ago

plot + theme(plot.title = element_text(hjust = 0)) + theme(plot.subtitle = element_text(hjust = 0)) + theme(plot.title.position = "plot") + theme(plot.caption.position = "plot")

image
davidhodge931 commented 2 years ago

Done