Matplotlib (pyplot) savefig outputs blank image
First, what happens when T0 is not None? I would test that, then I would adjust the values I pass to plt.subplot(); maybe try values 131, 132, and 133, or values that depend whether or not T0 exists. Second, after plt.show() is called, a new figure is created. To deal with this, you can Call … Read more