Dih5 / xpecgen

A python package with a GUI to calculate X-ray sPECtra GENerated in tungsten anodes.
GNU General Public License v3.0
19 stars 4 forks source link

Fix Toolbar API #16

Closed Dih5 closed 6 years ago

Dih5 commented 6 years ago

It seems that the NavigationToolbar2TkAgg protected attributes that were recklessly used in the code have changed. This results in the plot not being able to be updated in the GUI in recent versions of matplotlib (I guess).

Dih5 commented 6 years ago

Before the fix, the GUI worked for matplotlib<=2.1.0, but not for 2.1.1.