Skip to content

Commit e36e71a

Browse files
mvkorpelhadley
authored andcommitted
Suspected typo / thinko: should use axis.text instead of axis.ticks. (#1912)
1 parent 0cf7c56 commit e36e71a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ There is now an official mechanism for defining Stats, Geoms, and Positions in o
457457
or stat, use `ggplot()` instead.
458458

459459
* The theme setting `axis.ticks.margin` has been deprecated: now use the margin
460-
property of `axis.ticks`.
460+
property of `axis.text`.
461461

462462
* `stat_abline()`, `stat_hline()` and `stat_vline()` have been removed:
463463
these were never suitable for use other than with `geom_abline()` etc

vignettes/releases/ggplot2-2.0.0.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ I've given the documentation a thorough overhaul:
298298
or stat, use `ggplot()` instead.
299299

300300
* The theme setting `axis.ticks.margin` has been deprecated: now use the margin
301-
property of `axis.ticks`.
301+
property of `axis.text`.
302302

303303
* `stat_abline()`, `stat_hline()` and `stat_vline()` have been removed:
304304
these were never suitable for use other than with their corresponding

0 commit comments

Comments
 (0)