Skip to content

Commit f84f41b

Browse files
committed
Drop minor ticks example
1 parent 42cfa21 commit f84f41b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

R/guide-axis-theta.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ NULL
2323
#'
2424
#' # The `angle` argument can be used to set relative angles
2525
#' p + guides(theta = guide_axis_theta(angle = 0))
26-
#'
27-
#' # Minor ticks can be activated by providing a line element
28-
#' p + guides(theta = guide_axis_theta(minor.ticks = element_line()))
2926
guide_axis_theta <- function(title = waiver(), angle = waiver(),
3027
minor.ticks = FALSE, cap = "none", order = 0,
3128
position = waiver()) {

man/guide_axis_theta.Rd

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

0 commit comments

Comments
 (0)