Skip to content

Commit e9fbd23

Browse files
lindbrookhadley
authored andcommitted
geom_text() "draw rectangle around" (#1845)
* geom_text() "draw rectangle around" * "draw rectangle behind"
1 parent 8145089 commit e9fbd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-text.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Textual annotations.
22
#'
33
#' \code{geom_text} adds text directly to the plot. \code{geom_label} draws
4-
#' a rectangle underneath the text, making it easier to read.
4+
#' a rectangle behind the text, making it easier to read.
55
#'
66
#' Note the the "width" and "height" of a text element are 0, so stacking
77
#' and dodging text will not work by default, and axis limits are not

0 commit comments

Comments
 (0)