dexplo / bar_chart_race

Create animated bar chart races in Python with matplotlib
MIT License
1.35k stars 351 forks source link

Note around Animation Writer requirements #4

Closed JackMcKew closed 4 years ago

JackMcKew commented 4 years ago

First of all, love this package!

I used this on an existing project, wish I had known about it before!

Run into a hurdle in that I didn't have any of the supported writers installed, so added note in the README for anyone else that runs into this.

tdpetrou commented 4 years ago

Thank you for writing this. I've since made many changes, but will add an option for movie writers like you did.