Feature request: expose `outer.radius` in `coord_radial()`
Open
Nobody has claimed this yet.
coord :world_map:
- Dominant language
- R
- Stars
- 7k
- Forks
- 2.1k
- Avg merge
- 59m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the coord_radial() entry point and trace where outer.radius is currently fixed at 0.8. Read the discussion in issue #6284 for the intended spacing behavior, then verify that the exposed setting can adjust the large spacing without breaking existing radial coordinate behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100