kip-hart / MicroStructPy

Microstructure modeling, mesh generation, analysis, and visualization.
https://docs.microstructpy.org
MIT License
69 stars 19 forks source link

Update matplotlib to 3.1.1 #13

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates matplotlib from 3.0.2 to 3.1.1.

Changelog ### 3.1.1 ``` The first bug-fix release of the 3.1 series * Locator.nonsingular return order API change Lots of backports of various bug fixes. ```
Links - PyPI: https://pypi.org/project/matplotlib - Changelog: https://pyup.io/changelogs/matplotlib/ - Homepage: https://matplotlib.org
kip-hart commented 4 years ago

matplotlib 3.1.1 raises the error:

NotImplementedError: It is not currently possible to manually set the aspect on 3D axes

when plotting in 3D. Closing this and waiting for a future version of matplotlib, or alternative package is used for 3D (such as mayavi).