Skip to content

Commit 2b8029e

Browse files
committed
Don't officially supersede coord_fixed()/coord_equal()
1 parent e57124f commit 2b8029e

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ggplot2 (development version)
22

3-
* New `coord_cartesian(ratio)` argument that supersedes `coord_fixed()` and
4-
`coord_equal()`.
3+
* New `coord_cartesian(ratio)` argument that absorbs the aspect ratio
4+
functionality from `coord_equal()` and `coord_fixed()`, which are now
5+
wrappers for `coord_cartesian()`.
56
* `annotation_borders()` replaces the now-deprecated `borders()`
67
(@teunbrand, #6392)
78
* New `make_constructor()` function that builds a standard constructor for

R/coord-fixed.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#' Cartesian coordinates with fixed "aspect ratio"
22
#'
3-
#' `r lifecycle::badge("superseded")` This coordinate system can be replaced by
4-
#' using the `coord_cartesian(ratio)` argument.\cr\cr
53
#' A fixed scale coordinate system forces a specified ratio between the
64
#' physical representation of data units on the axes. The ratio represents the
75
#' number of units on the y-axis equivalent to one unit on the x-axis. The

man/coord_fixed.Rd

Lines changed: 0 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)