Skip to content

Commit f6f9f9d

Browse files
committed
Merge branch 'master' of github.com:tidyverse/ggplot2
2 parents 9b83133 + e36e71a commit f6f9f9d

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
@@ -459,7 +459,7 @@ There is now an official mechanism for defining Stats, Geoms, and Positions in o
459459
or stat, use `ggplot()` instead.
460460

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

464464
* `stat_abline()`, `stat_hline()` and `stat_vline()` have been removed:
465465
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)