You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the scatter3d.line.color and scatter3d.line.colorscale properties can be used to specify a line with a variable color along it's path (which is awesome!). There is also as scatter3d.line.showscale property in the schema, but setting this to true does not show a colorscale.
Not sure if the bug is the scale not showing, or the presence of the showscale property. Thanks!
This report is a translation of plotly/plotly.py#1085
It seems that the
scatter3d.line.color
andscatter3d.line.colorscale
properties can be used to specify a line with a variable color along it's path (which is awesome!). There is also asscatter3d.line.showscale
property in the schema, but setting this totrue
does not show a colorscale.Not sure if the bug is the scale not showing, or the presence of the
showscale
property. Thanks!Codepen: https://codepen.io/anon/pen/vaRLgy
The text was updated successfully, but these errors were encountered: