dexplo / bar_chart_race

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

TypeError: 'MovieWriterRegistry' object is not an iterator #6

Closed zdszx closed 4 years ago

zdszx commented 4 years ago

When I try the example 'covid19' in python3.6.6 ,the result somehow went wrong?

tdpetrou commented 4 years ago

Yes, this needs to be addressed. You need to have one of the movie writers matplotlib supports installed such as ffmpeg. I'll have an option to set a move writer in the next version.