rougier / scientific-visualization-book

An open access book on scientific visualization using python and matplotlib
https://www.labri.fr/perso/nrougier/
Other
10.66k stars 986 forks source link

Update projection-3d-frame.py #89

Closed EmmetZ closed 8 months ago

EmmetZ commented 8 months ago

update code/scales-projections/projection-3d-frame.py to fix the error: AttributeError: 'Arrow3D' object has no attribute 'do_3d_projection'

the solution is from matplotlib issues#21688

rougier commented 8 months ago

Many thanks!