mathLab / PyGeM

Python Geometrical Morphing
http://mathlab.github.io/PyGeM/
Other
333 stars 116 forks source link

[BUG] Tutorial 5 with old matplotlib args #261

Open mtezzele opened 1 year ago

mtezzele commented 1 year ago

https://github.com/mathLab/PyGeM/blob/c2895a120332fbaf6a36db5088d5ee3d453b1784/tutorials/tutorial5/tutorial-5-file.py#L49

NotImplementedError: Axes3D currently only supports the aspect argument 'auto'. You passed in 'equal'.

Side note: I think we don't need the get_ipython in the .py version of the tutorial.