-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Polar contour plot / Contourpolar request #4992
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
Comments
This would be a great addition to the library, and we'd be happy to work with someone who wants to add it :) |
Great! If there is any Python work that could be done in order to implement this kind of chart/trace, I'm willing to contribute. Although I do have the feeling that the Plotly codebase is JavaScript and all Python code is autogenerated from JavaScript. Is that correct? |
You're correct that the |
Alright, good to know that there is an option to add to Python code directly. I'll give it a go by using the Figure Factory. Thanks for the help so far. |
FYI - Here is @emmanuelle's PR that added |
Hi there, Thanks for all the wonderful work! Has there been any development on this issue? Polar contour plot is something very useful for what I'm working on. Thanks |
Hi @nicolaskruchten, I am not sure if there has been progress on this, but if not, I would be happy try to implement it if you can provide me some guidance on where to modify the JS and Python libraries. |
Hi!
Your plotting library is really awesome! Thanks for that!
I'm currently trying to make the switch from matplotlib (for Python plots) to Plotly (also Python) and I was looking for an option to display contour plots in a polar coordinate system.
I came across the following issue in plotly.py where @emmanuelle suggested to create a post here in plotly.js.
Do you guys have the intention of creating a Contourpolar type of chart? Similar to the plot show below (created in matplotlib):

(source)
I've tried the Barpolar option, but it's not sufficient for the amount of detail I would like to visualize (a 360 degree water surface elevation plot), I think the plot I would like to display greatly benefits from being a contour plot.
Thanks in advance,
Sil
The text was updated successfully, but these errors were encountered: