Skip to content

CPU 100% usage while idling on some backends. #4092

Closed
@OceanWolf

Description

@OceanWolf

I get 100% CPU usage just opening a single plot like the following, and 200% running from two separate python instances (dual-core):

import matplotlib.pyplot as plt
plt.figure()
plt.plot(range(5))
plt.show()

I have tested this on GTK and GTK3, both exhibit this, and on QT4 which does not.

Metadata

Metadata

Assignees

Labels

Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions