Easy creation of video or gif animated bar charts.
Download and install can be done through PyPi
pip install progplot
or
git clone https://github.com/lewis-morris/progplot
cd progplot
pip install -e .
You will also need ffmpeg - pretty standard with Linux. Not so sure re windows.
To test if you already have ffmpeg installed:
- Type ffmpeg in your console or command prompt
- You should see details of ffmpeg version etc, if you do not you will need to download ffmpeg from their website.
Outputs can be both video or gif but for github demostration I've only listed GIF's as they will play on the page.
Animated Examples
For me personally I find its best to be led by example.
You can find a whole host of examples on my kaggle.