You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotly has the WebGL variant of Scatter diagram. I needed it to plot millions of points without crashing the browser.
To use gl scatter one has to change the type from "scatter" to "scattergl".
The text was updated successfully, but these errors were encountered:
Plotly has the WebGL variant of Scatter diagram. I needed it to plot millions of points without crashing the browser.
To use gl scatter one has to change the type from "scatter" to "scattergl".
The text was updated successfully, but these errors were encountered: