Skip to content

Commit

Permalink
export GuideAxisTheta (#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Dec 15, 2023
1 parent 204c238 commit 4946960
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export(Guide)
export(GuideAxis)
export(GuideAxisLogticks)
export(GuideAxisStack)
export(GuideAxisTheta)
export(GuideBins)
export(GuideColourbar)
export(GuideColoursteps)
Expand Down
4 changes: 4 additions & 0 deletions R/guide-axis-theta.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ guide_axis_theta <- function(title = waiver(), theme = NULL, angle = waiver(),
)
}

#' @rdname ggplot2-ggproto
#' @format NULL
#' @usage NULL
#' @export
GuideAxisTheta <- ggproto(
"GuideAxisTheta", GuideAxis,

Expand Down
26 changes: 14 additions & 12 deletions man/ggplot2-ggproto.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4946960

Please sign in to comment.