-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
BUG: GL2D scatterplot marker size and redrawing/restyling breaks plot #1510
Closed
destradafilm opened this issue
Mar 22, 2017
· 5 comments
· Fixed by gl-vis/gl-scatter2d-sdf#1 or #1521
Closed
BUG: GL2D scatterplot marker size and redrawing/restyling breaks plot #1510
destradafilm opened this issue
Mar 22, 2017
· 5 comments
· Fixed by gl-vis/gl-scatter2d-sdf#1 or #1521
Labels
bug
something broken
Comments
destradafilm
changed the title
BUG: Changing WebGL scatterplot marker size and redrawing/restyling breaks plot
BUG: GL2D scatterplot marker size and redrawing/restyling breaks plot
Mar 22, 2017
Ok. Interesting. Have you tried using |
I updated the codepens by switching it to |
Thanks for the report! This probably a side-effect of @dfcreative 's #1398 |
Oh, yes, that might be. Gotta check in details. |
gl-scatter2d-sdf@1.3.4 fixes that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this example, I'm using the LATEST version of plotly
https://cdn.plot.ly/plotly-latest.min.js
I change the size of the marker to an array. Some Markers should get bigger and some should get smaller. The result is that they move in x and y coordinates and get slightly smaller. Unless, I change the symbol of the marker. The 'redraw' or 'restyle' function cleans it upEXAMPLE:
CODEPEN:
http://codepen.io/destrada/pen/xqYJYQ
When I switch to version 1.5.0
https://cdn.plot.ly/plotly-1.5.0.min.js
of Plotly, it responds correctly to resizing the Markers and redrawingEXAMPLE:
CODEPEN:
http://codepen.io/destrada/pen/mWLRzZ
The text was updated successfully, but these errors were encountered: