In this link, they explain how to use subplots and save the result as an .mp4 file. It works great. However, it saves the video as if the window were not maximized. here, they explain how to automatically maximize when displaying, that is, when using plt.show(), which works. But again, when saving automatically by using .save, it does not save the maximized the version. Does anyone know how to do that (if it is not too complicated)?
Thanks!