When creating an mp4 using pyplot.annimate.FuncAnimation.save, a set of temporary png-files are created in the current working directory. I could not find out whether this is ffmpeg of matplotlib, in ...
When I create a figure using bbox images, everything looks fine, but when I save the figure, the images move. Here is an example import matplotlib.pyplot as plt import numpy as np from ...