Plotly
1 min readMar 21, 2019

--

There’s no hard limit, but things will slow down past around 1000 points for some chart types. scatter, line, scatter_polar and line_polar support the render_mode argument which can be set to "webgl" if you have more than 1000 points for better performance. Functions like histogram, box and violin will perform better with large number of rows in the input because they don’t by default render a mark for every row.

--

--

Plotly
Plotly

Written by Plotly

The low-code framework for rapidly building interactive, scalable data apps in Python.