Closed mathause closed 6 months ago
The newest version of mplotutils makes the call to plt.draw() or f.canvas.draw() redundant. We could adjust the instructions. But maybe wait until this is at least in one IAC python environment.
plt.draw()
f.canvas.draw()
f, ax = plt.subplots(...) ... mpu.colorbar(h, ax) -f.canvas.draw() plt.savefig(...)
Relevant exercises:
The newest version of mplotutils makes the call to
plt.draw()
orf.canvas.draw()
redundant. We could adjust the instructions. But maybe wait until this is at least in one IAC python environment.Relevant exercises: