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
When using plotly via python you can use plotly-resampler to get performant rendering of charts that contain a large number (100k+) data points.
Is there potential to adding/using this in plotly.rs? (Is it there already and I've missed it)? Or does the python based impl of MinMaxLLTB need copying over to rust?