Skip to content

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

Closed
alexcjohnson opened this issue Aug 13, 2018 · 4 comments
Closed

scattergl errorbars sometimes don't appear #2900

alexcjohnson opened this issue Aug 13, 2018 · 4 comments
Labels
bug something broken

Comments

@alexcjohnson
Copy link
Collaborator

There are a number of path-dependent issues with changes to mode and errorbars in scattergl traces. All of these investigations start from the gl2d_error_bars mock. Regular scatter traces can show errorbars even if mode='none' ie everything else is hidden:
scatter-none

If I just load that mock and restyle(gd, 'mode', 'none') everything disappears:
scattergl-none

But if I first change to type: 'scatter', mode: 'none' and then go back to scattergl the errorbars are still there:
scattergl-none-from-scatter

Other mode changes can create all sorts of oddities (including different behavior for orphan points):
scattergl-lines
scattergl-markers
scattergl-markers-2

cc @etpinard @dy

@nicolaskruchten
Copy link
Contributor

see also #2882 and #2881 in case they're related :)

@alexcjohnson
Copy link
Collaborator Author

Huh, I don't see the error messages @etpinard mentioned in #2882 (either here or in your codepen) though I do see the bug. Very likely related. #2881 I suspect is independent.

@archmoj archmoj self-assigned this Nov 11, 2018
@archmoj
Copy link
Contributor

archmoj commented Nov 1, 2019

codepen to illustrate the bug.

@archmoj
Copy link
Contributor

archmoj commented Jun 24, 2020

🎉 Fixed in v1.54.2 via #4881.

@archmoj archmoj closed this as completed Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

3 participants