Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SuperMonitor has matplotlib deprecation warning #359

Open
jwenner opened this issue Jul 19, 2016 · 1 comment
Open

SuperMonitor has matplotlib deprecation warning #359

jwenner opened this issue Jul 19, 2016 · 1 comment

Comments

@jwenner
Copy link
Contributor

jwenner commented Jul 19, 2016

When I start the SuperMonitor on a computer with matplotlib 1.4.0 and master commit aa87486, I get the following matplotlib deprecation warning:

Found node_ivan, using directory Ivan
DR Logger running
C:\Python27\lib\site-packages\matplotlib\backends\backend_qt5agg.py:210: Matplot
libDeprecationWarning: This class has been deprecated in 1.4 as it has no additi
onal functionality over `NavigationToolbar2QT`.  Please change your code to use
`NavigationToolbar2QT` instead
  mplDeprecation)
@jwenner
Copy link
Contributor Author

jwenner commented Nov 15, 2016

Note that for matplotlib 1.5.0 (haven't tested for 1.4.1-1.4.3), trying to run the SuperMonitor gives the following error:

C:\Code\servers\GUIs>SuperMonitor.py
Traceback (most recent call last):
  File "C:\Code\servers\GUIs\SuperMonitor.py", line 14, in <module>
    from LabRADPlotWidget3 import LabRADPlotWidget3
  File "C:\Code\servers\GUIs\LabRADPlotWidget3.py", line 8, in <module>
    from matplotlib.backends.backend_qt4agg import NavigationToolbar2QTAgg as Na
vigationToolbar
ImportError: cannot import name NavigationToolbar2QTAgg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant