A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/predict-idlab/plotly-resampler below:

predict-idlab/plotly-resampler: Visualize large time series data with plotly.py

plotly_resampler: visualize large sequential data by adding resampling functionality to Plotly figures

plotly-resampler improves the scalability of Plotly for visualizing large time series datasets. Specifically, our library dynamically aggregates time-series data respective to the current graph view, ensuring efficient and responsive updates during user interactions like panning or zooming via callbacks.

This core aggregation functionality is achieved by utilizing by time-series data point selection algorithms, for which plotly-resampler leverages the highly optimized implementations available in tsdownsample. Our default data aggregation method is MinMaxLTTB (and selects 1000 data points for plotting). For a deeper understanding of this method, you can consult to the algorithm's dedicated MinMaxLTTB repository and the associated research paper.

In this Plotly-Resampler demo over 110,000,000 data points are visualized!

pip pip install plotly-resampler
πŸ‘€ What is the difference between plotly-resampler figures and plain plotly figures?

plotly-resampler can be thought of as wrapper around plain plotly figures which adds visualization scalability to line-charts by dynamically aggregating the data w.r.t. the front-end view. plotly-resampler thus adds dynamic aggregation functionality to plain plotly figures.

❗ Important to know:

Other changes of plotly-resampler figures w.r.t. vanilla plotly:


Add dynamic aggregation to your plotly Figure (unfold your fitting use case)


Note: Any plotly Figure can be wrapped with FigureResampler and FigureWidgetResampler! πŸŽ‰ But only the go.Scatter/go.Scattergl traces are resampled.

πŸ’­ Important considerations & tips

The paper about the plotly-resampler toolkit itself (preprint): https://arxiv.org/abs/2206.08703

@inproceedings{van2022plotly,
  title={Plotly-resampler: Effective visual analytics for large time series},
  author={Van Der Donckt, Jonas and Van Der Donckt, Jeroen and Deprost, Emiel and Van Hoecke, Sofie},
  booktitle={2022 IEEE Visualization and Visual Analytics (VIS)},
  pages={21--25},
  year={2022},
  organization={IEEE}
}

Related papers:


πŸ‘€ Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4