Skip to content

Commit eb80474

Browse files
committed
add news bullets
1 parent 4fd167d commit eb80474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ggplot2 (development version)
22

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).
37
* New stat: `stat_manual()` for arbitrary computations (@teunbrand, #3501)
48
* Reversal of a dimension, typically 'x' or 'y', is now controlled by the
59
`reverse` argument in `coord_cartesian()`, `coord_fixed()`, `coord_radial()`

0 commit comments

Comments
 (0)