labrad / servers

LabRAD servers
24 stars 21 forks source link

Update package name according to matplotlib API changes #399

Closed mgiustina closed 7 years ago

mgiustina commented 7 years ago

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

DanielSank commented 7 years ago

@mgiustina you can merge this.

jwenner commented 7 years ago

Does this also fix #359 and #374?

mgiustina commented 7 years ago

It should fix #359, but not #374.