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
Hello,
When plotting a 3D surface using iplot, the opacity parameter does not behave continuously. Setting it to 1.0 will cause full opacity, and setting it to 0.999999 will cause the surface to be VERY transparent, somewhere around 0.5 opacity. It will behave relatively linearly below this point.
Expected behavior: The opacity parameter should be continuous. A tiny change in the parameter value should be imperceptible.
Originally posted in: plotly/plotly.py#610
Hello,
When plotting a 3D surface using iplot, the opacity parameter does not behave continuously. Setting it to 1.0 will cause full opacity, and setting it to 0.999999 will cause the surface to be VERY transparent, somewhere around 0.5 opacity. It will behave relatively linearly below this point.
Expected behavior: The opacity parameter should be continuous. A tiny change in the parameter value should be imperceptible.
http://codepen.io/plotly/pen/QGqavK
The text was updated successfully, but these errors were encountered: