-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError when trying to plot example #35
Comments
Hey @robgeotech, Thanks for your response. That is not optimal though 😛 We are using mplstereonet in another package (GemPy) as dependency and this would break parts of the package if new users have fairly new versions of matplotlib. Any chance @joferkington will release a new version given the last release was a couple of years ago? Cheers Alex |
Yes, things are far overdue for a release. I had been holding off until I could fix a key positioning bug with newer versions of matplotlib that affects colorbars (#32). However, it seems my available non-work time keeps shrinking. I'll upload a 0.6 release today. |
https://pypi.org/project/mplstereonet/0.6.0/ should address this. To updgrade, you can do either Sorry for the rather extreme delay in releasing the new version! |
@joferkington thank you very much. That was really quick :D I can also confirm that this bug has been resolved now and mplstereonet is working with matplotlib 3.2.2 (see screenshot) |
Hey @joferkington,
I was going to create some stereoplots with mplstereonet but when trying to run the example I got the following error:
TypeError: tuple indices must be integers or slices, not tuple
. Is that a known issue? I attached an image of the code, also with the current versions of matplotlib and mplstereonet. It seems to be related to matplotlib I guess.Thanks for your help.
The text was updated successfully, but these errors were encountered: