We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
I get 100% CPU usage just opening a single plot like the following, and 200% running from two separate python instances (dual-core):
importmatplotlib.pyplotaspltplt.figure()plt.plot(range(5))plt.show()
I have tested this onGTK andGTK3, both exhibit this, and onQT4 which does not.
GTK
GTK3
QT4