predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
990 stars 67 forks source link

Application to scatter_geo? #258

Open ODupon opened 10 months ago

ODupon commented 10 months ago

Hello

I've found this resampler to be of great use, but for a project within my company they want to plot heatmap on a worldmap. For this I was using the scattergeo graph type. However, I'm applying about ~300k points so it's very slow to interact with. Is it possible to use this resampler for this type of graph?

Thanks in advance for any help!