You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of matplotlib.animation.FileMovieWriter seems to have changed in matplotlib-3.4, and the _frame_sink member no longer exists. This makes the unit tests fail. I guess BunchOfFiles needs to be updated, maybe following the patters in matplotlib.animationhttps://matplotlib.org/stable/_modules/matplotlib/animation.html?
The text was updated successfully, but these errors were encountered:
Looks like a straight swap of _frame_sink with self._proc.stdin, and maybe removing the finish() function. Looks like this will be backwards compatible with older matplotlib too.
The implementation of
matplotlib.animation.FileMovieWriter
seems to have changed in matplotlib-3.4, and the_frame_sink
member no longer exists. This makes the unit tests fail. I guessBunchOfFiles
needs to be updated, maybe following the patters inmatplotlib.animation
https://matplotlib.org/stable/_modules/matplotlib/animation.html?The text was updated successfully, but these errors were encountered: