I have an instrument that is generating roughly 12,000 data points every second. We have set the Dash GUI to update every second, and plot only 10 seconds of data on the screen at a time. As was expected, the GUI is not able to keep up with the speed of new data coming in. Is there a way that we can optimize the Plotly end of things to reduce this discrepancy? We are currently using go.Pointcloud for plotting, which the documentation says is designed to handle larger data sets.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to make panning plots, zooming etc. faster on dataset with about 200k records | 1 | 685 | May 3, 2022 | |
Very laggy plot when update_plot callback includes trace colour, marker, line, and size | 1 | 910 | October 6, 2021 | |
Potential reasons for plotly plot updating speed changes? | 1 | 19 | September 10, 2024 | |
[Dash Plotly] Data Table is slow to update | 0 | 1115 | September 14, 2018 | |
Hardware and other tips to improve Dash figure performance | 0 | 537 | September 16, 2018 |