Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Bug summary
"When using PyCharm (regardless of the version) in debug mode or starting matplotlib.pyplot.plot in the Python console, the process completely freezes, and I can only force it to end."
Code for reproduction
importmatplotlibmatplotlib.use('tkagg')importmatplotlib.pyplotaspltimportnumpyasnpplt.imshow(np.zeros((10,10)))plt.show()
Actual outcome
any version of pycharm
Expected outcome
nothing
Additional information
No response
Operating system
No response
Matplotlib Version
3.9.*
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
pip