News

Bug report Bug summary With Matplotlib 2.0 and PyQt5 (5.7.1), I cannot use the PyQt5 backend for interactive plotting Code for reproduction import matplotlib matplotlib.use ("Qt5Agg") import ...
The issue is most likely that you have a matplotlib configured to use QT4Agg as the default backend. Matplotlib will try to use whatever backend you have selected as the default when you do import ...