Skip to content

Commit

Permalink
add news bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Nov 20, 2023
1 parent 0ae805f commit 9ca4b65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ggplot2 (development version)

* `coord_radial()` is a successor to `coord_polar()` with more customisation
options. `coord_radial()` can:

* integrate with the new guide system via a dedicated `guide_axis_theta()` to
display the angle coordinate.
* in addition to drawing full circles, also draw circle sectors by using the
`end` argument.
* avoid data vanishing in the center of the plot by setting the `donut`
argument.
* adjust the `angle` aesthetic of layers, such as `geom_text()`, to align
with the coordinate system using the `rotate_angle` argument.

* By default, `guide_legend()` now only draws a key glyph for a layer when
the value is is the layer's data. To revert to the old behaviour, you
can still set `show.legend = c({aesthetic} = TRUE)` (@teunbrand, #3648).
Expand Down

0 comments on commit 9ca4b65

Please sign in to comment.