We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LabRADPlotWidget3.py fails to import NavigationToolbar2QTAgg from matplotlib.backends.backend_qt4agg.
The text was updated successfully, but these errors were encountered:
Update package name according to matplotlib API changes
9817d3d
NavigationToolbar2QTAgg was removed in matplotlib v1.5.0 (“Added no functionality over the base NavigationToolbar2Qt”). Now revert to NavigationToolbar2QT. see: http://matplotlib.org/api/api_changes.html#remove-navigationtoolbar2qtagg Fixes #398
Duplicates #359.
Sorry, something went wrong.
Update package name according to matplotlib API changes (#399)
86e83f1
NavigationToolbar2QTAgg was removed in matplotlib v1.5.0 (“Added no functionality over the base NavigationToolbar2Qt”). Now revert to NavigationToolbar2QT. see: http://matplotlib.org/api/api_changes.html#remove-navigationtoolbar2qtagg Fixes #398 Review: @DanielSank @amitsv1
mgiustina
No branches or pull requests
LabRADPlotWidget3.py fails to import NavigationToolbar2QTAgg from matplotlib.backends.backend_qt4agg.
The text was updated successfully, but these errors were encountered: