Align title and caption to plot
This commit is contained in:
parent
2c6be8e146
commit
5e6ceefe22
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ theme_reach <- function(
|
||||||
panel.grid.minor.x = ggplot2::element_blank(),
|
panel.grid.minor.x = ggplot2::element_blank(),
|
||||||
panel.grid.minor.y = ggplot2::element_blank(),
|
panel.grid.minor.y = ggplot2::element_blank(),
|
||||||
# Remove background for legend key
|
# 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 ?
|
# Axis lines ?
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue