Skip to content

Commit 8a3f711

Browse files
authored
documentation improvements. fixes #3938. (#3977)
1 parent e0f1040 commit 8a3f711

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

R/coord-sf.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,10 @@ sf_rescale01_x <- function(x, range) {
405405
#' their west end, whereas `label_graticule = "EW"` would label parallels at both
406406
#' ends and meridians not at all. Because meridians and parallels can in general
407407
#' intersect with any side of the plot panel, for any choice of `label_graticule` labels
408-
#' are not guaranteed to reside on only one particular side of the plot panel.
408+
#' are not guaranteed to reside on only one particular side of the plot panel. Also,
409+
#' `label_graticule` can cause labeling artifacts, in particular if a graticule line
410+
#' coincides with the edge of the plot panel. In such circumstances, `label_axes` will
411+
#' generally yield better results and should be used instead.
409412
#'
410413
#' This parameter can be used alone or in combination with `label_axes`.
411414
#' @param ndiscr number of segments to use for discretising graticule lines;

man/ggplot2-package.Rd

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

man/ggsf.Rd

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

man/scale_discrete.Rd

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

man/scale_manual.Rd

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

man/scale_shape.Rd

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

0 commit comments

Comments
 (0)