Skip to content

Commit e1e432a

Browse files
committed
add panel settings
1 parent feb39c6 commit e1e432a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

R/theme-sub.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ theme_sub_legend <- function(background, margin, spacing, spacing.x, spacing.y,
105105

106106
#' @export
107107
#' @describeIn subtheme Theme specification for the panels.
108-
theme_sub_panel <- function(background, border, spacing, spacing.x, spacing.y,
108+
theme_sub_panel <- function(background, border,
109+
widths, heights, spacing, spacing.x, spacing.y,
109110
grid, grid.major, grid.minor, grid.major.x,
110111
grid.major.y, grid.minor.x, grid.minor.y, ontop) {
111112
subtheme(find_args(), "panel.")

man/subtheme.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)