Align title and caption to plot

This commit is contained in:
gnoblet 2022-12-21 11:32:30 -05:00
parent 2c6be8e146
commit 5e6ceefe22

View file

@ -87,7 +87,9 @@ theme_reach <- function(
panel.grid.minor.x = ggplot2::element_blank(),
panel.grid.minor.y = ggplot2::element_blank(),
# Remove background for legend key
legend.key = ggplot2::element_blank()
legend.key = ggplot2::element_blank(),
plot.title.position = "plot",
plot.caption.position = "plot"
)
# Axis lines ?