Skip to content

Commit 69bbd88

Browse files
committed
No need to fuss over these specifics with axes
1 parent 947f5fb commit 69bbd88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/guide-axis.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#' [scale_(x|y)_discrete()][scale_x_discrete()].
77
#'
88
#' @inheritParams guide_legend
9+
#' @param theme A [`theme`][theme()] object to style the guide individually or
10+
#' differently from the plot's theme settings. The `theme` argument in the
11+
#' guide partially overrides, and is combined with, the plot's theme.
912
#' @param check.overlap silently remove overlapping labels,
1013
#' (recursively) prioritizing the first, last, and middle labels.
1114
#' @param angle Compared to setting the angle in [theme()] / [element_text()],

0 commit comments

Comments
 (0)