Visualize-ML / Book3_Elements-of-Mathematics

Book_3_《数学要素》 | 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!
6.35k stars 1.1k forks source link

bk3_ch6 runtime error "TypeError: FigureBase.gca() got an unexpected keyword argument 'projection'" #76

Closed yangyonggit closed 5 months ago

yangyonggit commented 1 year ago

matplotlib-3.7.1 will show this error.
try "fig.add_subplot(projection='3d') " will be ok.