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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: