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
As you can see on the colorbar next to the plot, most of the surface should be transparent. Instead, it's colorized according to the rgb values of the rgba colorscale (completely ignoring the alpha).
I don't know if this is the expected behavior, but i guess that it's a bug.
changed the title [-]Custom rgba colorscales are broken for surface plots[/-][+]Support custom colorscales with rgba on surface traces[/+]on Aug 12, 2019
Activity
[-]Custom rgba colorscales are broken for surface plots[/-][+]Support custom colorscales with rgba on surface traces[/+]archmoj commentedon Aug 12, 2019
@nikosk93 instead of
surface
have you ever tried usingmesh3d
trace?kapraran commentedon Aug 12, 2019
No, i haven't. It seems a bit more complex than the surface one, but i'll give it a try.
archmoj commentedon Aug 12, 2019
@nikosk93 here is a codepen to give you an idea!
kapraran commentedon Aug 12, 2019
@archmoj wow thanks for your help.
I replicated it a bit by myself here but i had trouble setting the colors. I'll check your pen!