saraedum / ipyvue-time-series

Real-Time Plots in Jupyter
2 stars 0 forks source link

Interpolate in large plots #8

Open saraedum opened 3 years ago

saraedum commented 3 years ago

Increasing the history length to much more than its current default (1024) leads to slow plotting speeds. For real time plots one can simply filter and average data before pushing them to the frontend. However, it would probably be a good idea to allow for some automatic averaging with error bars to display massive amounts of data in real time. This might be a real issue once zooming is supported (#7).