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
generating a Scatter plot with a logarithmic y axis and given error_y works fine whereas creating a similar plot with Scatter3d with error bars results in extremely large error bars. The proportions of the error bars in the 3D plot are correct if type='log' is omitted.
Plotly.js translation of plotly/plotly.py#1139 reported by @jdieg0
Codepen: https://codepen.io/anon/pen/YOZyQq
In
scatter
the error bars work as expected.In
scatter3d
the errors bars grow very largePerhaps
error_z.type='data'
is not implemented?The text was updated successfully, but these errors were encountered: