You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyplot.plot worked fine (including version 2.0.0) with the Qt4/PySide backend specified in matplotlibrc. With version 2.0.1, it seems to try to use Qt5 instead and fails.
This is actually a duplicate (see #8570 and references therein) and a release with a fix will be made soon. As a side note, the appearance of backend_qt5 in the traceback is confusing but expected because all qt support goes through that backend.
Bug report
Bug summary
pyplot.plot worked fine (including version 2.0.0) with the Qt4/PySide backend specified in matplotlibrc. With version 2.0.1, it seems to try to use Qt5 instead and fails.
Code for reproduction
Any code
Actual outcome
Expected outcome
Show the plot.
Matplotlib version
Installed via pip
The text was updated successfully, but these errors were encountered: