Skip to content

Commit 993c5bf

Browse files
authored
Clarify that limits are given after expansion (#5677)
1 parent aec56e3 commit 993c5bf

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

R/scale-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#' - A numeric vector of positions
2020
#' - A function that takes the limits as input and returns breaks
2121
#' as output (e.g., a function returned by [scales::extended_breaks()]).
22+
#' Note that for position scales, limits are provided after scale expansion.
2223
#' Also accepts rlang [lambda][rlang::as_function()] function notation.
2324
#' @param minor_breaks One of:
2425
#' - `NULL` for no minor breaks

man/binned_scale.Rd

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

man/continuous_scale.Rd

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

man/scale_binned.Rd

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

man/scale_continuous.Rd

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

man/scale_gradient.Rd

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

man/scale_linewidth.Rd

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

man/scale_size.Rd

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

man/scale_steps.Rd

Lines changed: 1 addition & 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)