-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
I am unable to run through the examples in the Jupyter notebook file for chapter 3.
matplotlib 3.5.0
matplotlib-inline 0.1.3
Showing the top of the callstack
~/projects/math/venv/lib/python3.9/site-packages/mpl_toolkits/mplot3d/axes3d.py in draw(self, renderer)
445 for axis in self._get_axis_list()) + 1
446 collection_zorder = patch_zorder = zorder_offset
--> 447 for artist in sorted(collections_and_patches,
448 key=do_3d_projection,
449 reverse=True):
~/projects/math/venv/lib/python3.9/site-packages/mpl_toolkits/mplot3d/axes3d.py in do_3d_projection(artist)
434 "do_3d_projection() was deprecated in Matplotlib "
435 "%(since)s and will be removed %(removal)s.")
--> 436 return artist.do_3d_projection(renderer)
437
438 collections_and_patches = (
AttributeError: 'FancyArrow3D' object has no attribute 'do_3d_projection'
kmiddleton, josedelinux, ar-g, ljambdadelta, raindata5 and 1 more
Metadata
Metadata
Assignees
Labels
No labels