Skip to content

Commit

Permalink
Merge pull request #1 from piyushrpt/matplotlib-qt4agg-bugfix
Browse files Browse the repository at this point in the history
Update to plot_wdg.py
  • Loading branch information
piyushrpt authored Jul 27, 2017
2 parents 1fd4679 + 5db893a commit 5151a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot_wdg.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def createPlot(self, *args, **kwargs):


# import the NavigationToolbar Qt4Agg widget
from matplotlib.backends.backend_qt4agg import NavigationToolbar2QTAgg
from matplotlib.backends.backend_qt4agg import NavigationToolbar2QT as NavigationToolbar2QTAgg

class NavigationToolbar(NavigationToolbar2QTAgg):

Expand Down

0 comments on commit 5151a61

Please sign in to comment.