Skip to content

[Bug]: completely freezes #28907

Closed
Closed
@name-used

Description

@name-used

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

import matplotlib
matplotlib.use('tkagg')
import matplotlib.pyplot as plt
import numpy as np
plt.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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions