-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
scattergl errorbars sometimes don't appear #2900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
something broken
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a number of path-dependent issues with changes to

mode
and errorbars inscattergl
traces. All of these investigations start from thegl2d_error_bars
mock. Regularscatter
traces can show errorbars even ifmode='none'
ie everything else is hidden:If I just load that mock and

restyle(gd, 'mode', 'none')
everything disappears:But if I first change to

type: 'scatter', mode: 'none'
and then go back toscattergl
the errorbars are still there:Other mode changes can create all sorts of oddities (including different behavior for orphan points):



cc @etpinard @dy
The text was updated successfully, but these errors were encountered: