Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Multiple Radial Axes In Polar Plots #5065

Open
ConnorNoddin opened this issue Mar 5, 2025 · 2 comments
Open

Support Multiple Radial Axes In Polar Plots #5065

ConnorNoddin opened this issue Mar 5, 2025 · 2 comments
Labels
feature something new P3 backlog

Comments

@ConnorNoddin
Copy link

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:

Image

Image

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.

@ConnorNoddin
Copy link
Author

https://stackoverflow.com/questions/19590103/add-second-axis-to-polar-plot

Here is some discussion on doing it in Matplotlib

@gvwilson gvwilson added feature something new P3 backlog labels Mar 7, 2025
@gvwilson
Copy link
Contributor

gvwilson commented Mar 7, 2025

Thanks @ConnorNoddin - I agree it would be a useful feature, and I've added it to our backlog, but realistically it will be a long time before we can get to it. If someone in the community would like to prepare a PR, though, I can try to prioritize review. Thanks - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P3 backlog
Projects
None yet
Development

No branches or pull requests

2 participants