plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

angleref not implemented for scattergl

Open jrkkfst opened this issue 1 year ago • 1 comments

It seems to me that angleref works fine using px.scatter when using svg, and it does not work when using webgl.

angleref Code: fig.update_traces(marker_angleref=<VALUE>, selector=dict(type='scatter'))

However, the scattergl page does not, but it is referenced that it should angle Code: fig.update_traces(marker_angle=<VALUE>, selector=dict(type='scattergl')) Type: angle Default: 0 Sets the marker angle in respect to angleref

Is this a bug? Or perhaps missing because webgl does not support angleref?

jrkkfst avatar Apr 18 '23 11:04 jrkkfst