ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Feature request: expose `outer.radius` in `coord_radial()`

Open Yunuuuu opened this issue 7 months ago • 3 comments

coord_radial() currently has outer.radius hardcoded to 0.8 (0.4 = 0.8/2), preventing users from adjusting the large spacing described in: https://github.com/tidyverse/ggplot2/issues/6284.

If this looks good, I can submit a pull request.

Yunuuuu avatar Mar 26 '25 19:03 Yunuuuu