Hi there,
Do you know if there is a plotly graph as this one, or one that I could adapt to get smtg similar?
I actually wanted something like the wind rose but with the centre empty, as this one.
Thanks for your help!!
Hi there,
Do you know if there is a plotly graph as this one, or one that I could adapt to get smtg similar?
I actually wanted something like the wind rose but with the centre empty, as this one.
Thanks for your help!!
Hi Cecilia,
So From what I can see, it doesnβt look like having a hole is native to the Plotly scatter_polar chart, like pie charts, for example, have the hole attribute. You could do something like adding a circle in the middle of the chart with some text: Adding a circle to a Plotly chart. It might hide some text, so unless you have a clearly stated range for the r values, it might not be ideal.
Thanks @louisrivers, Iβll play with that and see if I can get the graphs as I want.