Skip to content

Commit

Permalink
Fix broken code referring to invalid argument name "plot.subtitle.pos…
Browse files Browse the repository at this point in the history
…ition"
  • Loading branch information
bschneidr authored Dec 12, 2019
1 parent a35d18d commit 758b4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/theme_schneidr.R
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ theme_schneidr <- function(base_size = 8,
margin = ggplot2::margin(b = 0.5*base_size,
unit = "pt")),
# Position title/subtitle relative to entire plot (not to main panel)
plot.title.position = 'plot', plot.subtitle.position = 'plot',
plot.title.position = 'plot', plot.caption.position = 'plot',
# Plot background and grids
panel.background = ggplot2::element_blank(), panel.border = ggplot2::element_blank(),
panel.grid.major.x = major_gridlines_x,
Expand Down

0 comments on commit 758b4d9

Please sign in to comment.