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
Currently only one colorbar is allowed per trace even though multiple colorscales can be declared (e.g. marker.color and marker.line.color and even line.color for scatter3d).
Activity
Colorscale.crossTraceDefaults
to array_module.colorbar
definitions #3554etpinard commentedon Apr 15, 2019
Might be nice to get this one in during the #3431 push.
etpinard commentedon Apr 29, 2019
The
scatter3d
line.color
+marker.color
part was done in #3803At present,
marker.line
colorscales still doesn't support color bars. Please comment if someone would like this feature added.etpinard commentedon May 22, 2019
Closing. Someone should open another issue if ever
marker.line
color bars get requested.