Support Multiple Radial Axes In Polar Plots
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
Currently with plotly, there is no issue at all supporting multiple axes in cartesian plots.
https://plotly.com/python/multiple-axes/
However, with polar plots, it appears there can only ever be one radial axis. I have attached a few examples of what multiple radial axes might look like:
I was unable to find any workarounds to get this working currently.
This would be a very welcome addition for the data I am trying to represent.
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 by reviewing the existing polar-plot axis behavior and comparing it with the linked Cartesian multiple-axes documentation. Use the attached examples to define the expected multi-radial-axis behavior and identify the relevant Plotly Python and underlying plot schema entry points; done means multiple radial axes can be configured and rendered as shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100