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 4fd167d commit eb80474Copy full SHA for eb80474
NEWS.md
@@ -1,5 +1,9 @@
1
# ggplot2 (development version)
2
3
+* All binning stats now use the `boundary`/`center` parametrisation rather
4
+ than `origin`, following in `stat_bin()`'s footsteps (@teunbrand).
5
+* `stat_summary_2d()` and `stat_bin_2d()` now deal with zero-range data
6
+ more elegantly (@teunbrand, #6207).
7
* New stat: `stat_manual()` for arbitrary computations (@teunbrand, #3501)
8
* Reversal of a dimension, typically 'x' or 'y', is now controlled by the
9
`reverse` argument in `coord_cartesian()`, `coord_fixed()`, `coord_radial()`
0 commit comments