Skip to content

Commit ac424fe

Browse files
committed
add bi-directional feature to news
1 parent 93ca1fe commit ac424fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ fail.
5050
* Allowed reversing of discrete scales by re-writing `get_limits()`
5151
(@AnneLyng, #3115)
5252

53+
* All geoms and stats that had a direction (i.e. where the x and y axes had
54+
different interpretation), can now freely choose their direction, instead of
55+
relying on `coord_flip()`. The direction is deduced from the aesthetic
56+
mapping, but can also be specified directly with the new `orientation`
57+
argument (@thomasp85, #3506).
58+
5359
* Position guides can now be customized using the new `guide_axis()`, which can
5460
be passed to position `scale_*()` functions or via `guides()`. The new axis
5561
guide (`guide_axis()`) comes with arguments `check.overlap` (automatic removal

0 commit comments

Comments
 (0)