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 5d295a0 commit 6460e56Copy full SHA for 6460e56
NEWS.md
@@ -1,9 +1,13 @@
1
# ggplot2 3.0.0.9000
2
3
-* `geom_hex()` now understands the `size` and `linetype` aesthetics
4
- (@mikmart, #2488).
5
-
6
-# ggplot2 3.0.0
+## Minor bug fixes and improvements
+
+* `geom_hex()` now understands the `size` and `linetype` aesthetics
+ (@mikmart, #2488).
7
8
+* Data is no longer internally reordered when faceting. This makes it safer to
9
+ feed data columns into `aes()` or into parameters of geoms or stats. However,
10
+ doing so remains discouraged (@clauswilke).
11
12
## Breaking changes
13
0 commit comments