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 e2acd9a commit f0eecb4Copy full SHA for f0eecb4
NEWS.md
@@ -1,5 +1,9 @@
1
# ggplot2 (development version)
2
3
+* `coord_radial(clip = "on")` clips to the panel area when the graphics device
4
+ supports clipping paths (@teunbrand, #5952).
5
+* (internal) Panel clipping responsibility moved from Facet class to Coord
6
+ class through new `Coord$draw_panel()` method.
7
* `geom_rug()` prints a warning when `na.rm = FALSE`, as per documentation (@pn317, #5905)
8
* `position_dodge(preserve = "single")` now handles multi-row geoms better,
9
such as `geom_violin()` (@teunbrand based on @clauswilke's work, #2801).
0 commit comments