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 58200dd commit 3e9e2aeCopy full SHA for 3e9e2ae
NEWS.md
@@ -1,5 +1,8 @@
1
# ggplot2 (development version)
2
3
+* The `optional_aes` field in `Geom` and `Stat` classes is now deprecated in
4
+ favour of using `default_aes = aes(foo = NULL)` to mark the 'foo' aesthetic
5
+ as optional (@teunbrand, #6393).
6
* `position_fill()` avoids stacking observations of zero (@teunbrand, #6338)
7
* New `layer(layout)` argument to interact with facets (@teunbrand, #3062)
8
* New `stat_connect()` to connect points via steps or other shapes
0 commit comments