Skip to content

Commit 72d272e

Browse files
committed
add to theme_sub_axis(ontop) too
1 parent bce37c1 commit 72d272e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

R/theme-sub.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ subtheme <- function(elements, prefix = "", suffix = "", call = caller_env()) {
5555

5656
#' @export
5757
#' @describeIn subtheme Theme specification for all axes.
58-
theme_sub_axis <- function(..., title, text, ticks, ticks.length, line, minor.ticks.length) {
58+
theme_sub_axis <- function(..., title, text, ticks, ticks.length, line, minor.ticks.length, ontop) {
5959
warn_dots_empty()
6060
subtheme(find_args(), "axis.")
6161
}

man/subtheme.Rd

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)