Closed
Description
Bug summary
I can not close figure when use multiple figures.
I use
- macOS 14.5 (23F79).
- Apple M1 Pro
Code for reproduction
import matplotlib.pyplot as plt
import numpy as np
a = np.arange(10)
y = np.sin(a)
plt.figure()
plt.plot(a, y)
plt.figure()
plt.plot(a, y)
plt.show()
Actual outcome
Jietu20240613-121205-HD.mp4
Expected outcome
I should close these figures immediately.
Additional information
No response
Operating system
OS/X
Matplotlib Version
3.8.4
Matplotlib Backend
MacOSX
Python version
3.12.3
Jupyter version
No response
Installation
conda