JackMcKew / pandas_alive

Create stunning, animated visualisations with Pandas & Matplotlib as easy as calling `df.plot_animated()`
MIT License
582 stars 100 forks source link

How to speed up the plot_animated process the ImageMagick convert is ridiculously slow #42

Open liaoweiguo opened 3 years ago

liaoweiguo commented 3 years ago

is there a way to convert limited data?

liaoweiguo commented 3 years ago

data.iloc[::5,].plot_animated. ImageMagick is slow

JackMcKew commented 2 years ago

Pillow is also available for some output types which runs inside the memory of Python