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 d4b3328 commit 9512e63Copy full SHA for 9512e63
NEWS.md
@@ -1,3 +1,15 @@
1
+# ggplot2 3.2.1
2
+
3
+This is a patch release fixing a few regressions introduced in 3.2.0 as well as
4
+fixing some unit tests that broke due to upstream changes.
5
6
+* `position_stack()` no longer changes the order of the input data. Changes to
7
+ the internal behaviour of `geom_ribbon()` made this reordering problematic
8
+ with ribbons that spanned `y = 0` (#3471)
9
+* Using `qplot()` with a single positional aesthetic will no longer title the
10
+ non-specified scale as `"NULL"` (#3473)
11
+* Fixes unit tests for sf graticule labels caused by chages to sf
12
13
# ggplot2 3.2.0
14
15
This is a minor release with an emphasis on internal changes to make ggplot2
0 commit comments