I’m making a polar scatter chart with line markers, but I don’t want to connect data gaps, so I set connectgaps = False.
I have tried setting the radial values “none” or np.nan where desired, but Plotly still plots these data points as (0,0)., despite the gaps, and connects my real data to the (0,0) point.
The frustrating part is when I set the angle/radial values to x/y values, the X-Y scatter treats the data gaps as I want.and leaves the discontinuity
Any ideas?
Using Jupyter, Python 2.7 and the latest plotly