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 552d41a commit 6c37068Copy full SHA for 6c37068
NEWS.md
@@ -1,5 +1,8 @@
1
# ggplot2 (development version)
2
3
+* In continuous scales, when `breaks` is a function and `n.breaks` is set, the
4
+ `n.breaks` will be passed to the `breaks` function. Previously, `n.breaks`
5
+ only applied to the default break calculation (@teunbrand, #5972)
6
* (internal) New `Facet$draw_panel_content()` method for delegating panel
7
assembly (@Yunuuuu, #6406).
8
* Facet gains a new method `setup_panel_params` to interact with the
0 commit comments