Skip to content

Commit f0eecb4

Browse files
committed
add news bullet
1 parent e2acd9a commit f0eecb4

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+
* `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.
37
* `geom_rug()` prints a warning when `na.rm = FALSE`, as per documentation (@pn317, #5905)
48
* `position_dodge(preserve = "single")` now handles multi-row geoms better,
59
such as `geom_violin()` (@teunbrand based on @clauswilke's work, #2801).

0 commit comments

Comments
 (0)