Python Matplotlib - Impose shape dimensions with Imsave
问题 I plot a great number of pictures with matplotlib in order to make video with it but when i try to make the video i saw the shape of the pictures is not the same in time...It induces some errors. Is there a command to impose the shape of the output when i use Imsave? You can see a part of my code : plt.close() fig, axes = plt.subplots(nrows=2, ncols=3) ###Figures composante X plt.tight_layout(pad=0.05, w_pad=0.001, h_pad=2.0) ax1 = plt.subplot(231) # creates first axis ax1.set_xticks([0,2000