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
First of all, many thanks for the great work on this library. I've been using it for years !
On all arm-based (M1, M2, M3) macs, time series scatterplots are broken for more than 1000 points, it's an issue know with plotly.js (<2.28) and webgl on macs: plotly/plotly.js#6820
Of course, we can still disable webgl by using the parameter rendermode="svg" for some graphs. But for many points, it becomes very laggy.
It would be great to be able to update the version of plotly.js in plotly.py to be able to benefit of this fix, as it would solve several reported issues:
Hi all,
First of all, many thanks for the great work on this library. I've been using it for years !
On all arm-based (M1, M2, M3) macs, time series scatterplots are broken for more than 1000 points, it's an issue know with plotly.js (<2.28) and webgl on macs: plotly/plotly.js#6820
Of course, we can still disable webgl by using the parameter
rendermode="svg"
for some graphs. But for many points, it becomes very laggy.It has been solved in plotly.js version 2.28: plotly/plotly.js#6830
It would be great to be able to update the version of plotly.js in plotly.py to be able to benefit of this fix, as it would solve several reported issues:
The text was updated successfully, but these errors were encountered: