Skip to content
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

scattergl & gap between points : strange behavior #3551

Closed
Smurf81 opened this issue Feb 18, 2019 · 2 comments · Fixed by #4316
Closed

scattergl & gap between points : strange behavior #3551

Smurf81 opened this issue Feb 18, 2019 · 2 comments · Fixed by #4316
Assignees
Labels
bug something broken
Milestone

Comments

@Smurf81
Copy link

Smurf81 commented Feb 18, 2019

Hello,

i find an interesting bug when using scattergl et gap between point.

I made an exemple with 2 traces :

  • first trace have a gap with data in Y as [1,null,1,2]. The data is not the same for all point. It works as expected.
  • second trace have a gap with data in Y as [3,null,3,3]. The data is the same for all points except the null.
    It doesn't works because there is a line between the first & the third point.

An exemple is visible here : https://codepen.io/anon/pen/KJbEoX

No problem with scatter.

@etpinard
Copy link
Contributor

Thanks for the report!

@etpinard
Copy link
Contributor

This is regl-line2d bug (see -> gl-vis/regl-line2d#43)

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

Successfully merging a pull request may close this issue.

3 participants