We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ca1fe commit ac424feCopy full SHA for ac424fe
NEWS.md
@@ -50,6 +50,12 @@ fail.
50
* Allowed reversing of discrete scales by re-writing `get_limits()`
51
(@AnneLyng, #3115)
52
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
+
59
* Position guides can now be customized using the new `guide_axis()`, which can
60
be passed to position `scale_*()` functions or via `guides()`. The new axis
61
guide (`guide_axis()`) comes with arguments `check.overlap` (automatic removal
0 commit comments