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

cannot import name NavigationToolbar2QTAgg in Qgis 2.16 Nodebo #12

Open
blabarthe opened this issue Aug 9, 2016 · 1 comment
Open

Comments

@blabarthe
Copy link

Since Matplotlib 1.5.0 NavigationToolbar2QTAgg has been removed, thus Qgridder plugin cannot be loaded in Qgis 2.16 Nodebo. Do you know what to do to fix this bug ?
Best regards
Baptiste Labarthe

@till90
Copy link

till90 commented Nov 20, 2017

Hey to solve this Problem rename the import command in the mplwidget.py data as follow:

from matplotlib.backends.backend_qt4agg import NavigationToolbar2QTAgg
to
from matplotlib.backends.backend_qt4agg import NavigationToolbar2QT
works fine with my QGIS 2.18

Best regards

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

2 participants