Open easyXAFS opened 3 years ago
Thank for the issue. I updated the API for modern matplotlib in b751995051787f91bd0ae3d82d4bb33e4f8c8b8c. However, I'm experiencing this open matplotlib bug in my computer when I run the new code: https://github.com/matplotlib/matplotlib/issues/12074
Hence, I will not update the main branch for the moment. Given that matplotlib issue dates from 2018, I think the best solution could be to use an older version of matplotlib (possibly in a virtualenv).
Hi, just experienced the same NavigationToolbar2TkAgg error. Is there a matplotlib version that you would suggest installing? I tried installing v2.1.2 (since NavigationToolbar2TkAgg was deprecated as of 2.2) but ran into errors during the install. Probably a conflict with other packages or the Python version I tried (v3.10).
Since you have suggested a virtualenv dedicated for this tool, could list the required Python and package version numbers that you know work?
Thank you.
Running with Matplotlib version 3.2.0.
Get the following error when trying to launch
xpecgen
gui.Seems to be a name change on the part of matplotlib:
NavigationToolbar2TkAgg
->NavigationToolbar2Tk
https://stackoverflow.com/questions/50330320/what-to-use-instead-of-navigationtoolbar2tkaggI can submit a PR changing the names if that would be helpful.