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

Regression bug: points jump around when LASSOing with webGL #1215

Open
daattali opened this issue Mar 8, 2018 · 2 comments
Open

Regression bug: points jump around when LASSOing with webGL #1215

daattali opened this issue Mar 8, 2018 · 2 comments

Comments

@daattali
Copy link

daattali commented Mar 8, 2018

This was introduced some time between 2018-01-26 to 2018-03-07

df <- data.frame(x = runif(10000, min = 0, max = 20000), y = runif(10000, min = 0, max = 20000))
plot_ly(df, x = ~x, y= ~y) %>% add_markers() %>% toWebGL()

When the above code is run with plotly from 2018-01-26, selecting points works fine. But when run with a version from 2018-03-07, selecting points causes them to jump.

See video below

calculatingkindgar-max-14mb

(originally reported in #1211)

@cpsievert
Copy link
Collaborator

This might be a Windows-specific thing as well -- seems to work ok for me.

@cpsievert cpsievert added this to the scattergl weirdness milestone Mar 8, 2018
@cpsievert
Copy link
Collaborator

As I mentioned in #1216 (comment) I'd would be a huge help if you could test this out with pure plotly.js (but use specific plotly.js release versions https://github.com/plotly/plotly.js/releases)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants