Skip to content

lewis-morris/progplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progplot

Timeseries animation

Easy creation of video or gif animated bar charts.

Installation

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.

ffmpeg download site here

Example outputs

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

GIF by country

GIF Crimes

Usage / Worked examples

For me personally I find its best to be led by example.

You can find a whole host of examples on my kaggle.

COVID-19 Timeseries

Olympic medals Timeseries + more

Boston Crimes Timeseries