Olivier Burggraaff
Olivier Burggraaff
Something like this (not an animation, but a slider) could be done with folium's [HeatMapWithTime](https://python-visualization.github.io/folium/latest/user_guide/plugins/heatmap_with_time.html) plugin.
`cmap=cmaps.batlow.resampled(20)` also works in your application
@Zerosimi The `.resampled` method [comes from matplotlib](https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Colormap.html#matplotlib.colors.Colormap.resampled) and [its qualitative/categorical colour maps](https://matplotlib.org/stable/users/explain/colors/colormaps.html) have the same behaviour, as you can see below where I compare viridis (sequential, continuous) and Dark2 (qualitative,...
Hi, I was a bit worried about this recent timeline change so thank you very much for pointing out that method for exporting data from Android. I'm not sure if...