I’m sorry if this has been asked before. I have no experience at all with javascript and just started using plotly because with dash I can easily use it in Python. That said, I have some questions regarding shapes.
Is there a way to plot circles using radius instead of size like in Bokeh?
Is there a way to plot scatter points ON TOP OF circles/other shapes, so their visibility doesn’t get reduced?
Is there a way to include shapes in the legend so they can be shown/hidden?
I couldn’t find this in the documentation, but if anyone could link me that’d be great. Thanks!
@eekk
Please change plotly.js with Python. It’s a Python question.
If you want to define a circular shape giving the center and the radius, you should define
a function to evaluate points on the circle . Then define a SVG path through the circle points, and fill it: