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
Could the opacity<1 logic be activated automatically if marker.color includes rgba colors with alpha < 255? Or maybe just if there are any colors specified as rgba period.
The text was updated successfully, but these errors were encountered:
archmoj
changed the title
3D Scatter transperency not activated by marker color alpha channel
3D Scatter transperency not activated by marker.color or marker.line.color as well as line.color and errorbars alpha channel
Jan 29, 2019
It seems a similar issue existed with lines.
Here is a demo.
archmoj
changed the title
3D Scatter transperency not activated by marker.color or marker.line.color as well as line.color and errorbars alpha channel
3D Scatter transparency not activated by marker.color or marker.line.color as well as line.color and errorbars alpha channel
Jan 29, 2019
Originally reported in plotly/plotly.py#1416.
The alpha channel of rgba colors seems to be respected by
scatter3d
, but only if theopacity
property is set to something less than 1.CodePen: https://codepen.io/jonmmease/pen/OdRbdL
With

trace1.opacity: 1.0
With

trace1.opacity: 0.99
Could the
opacity<1
logic be activated automatically ifmarker.color
includes rgba colors with alpha < 255? Or maybe just if there are any colors specified as rgba period.The text was updated successfully, but these errors were encountered: