鲤鱼期待

文章
5
资源
0
加入时间
2年10月21天

求助帖

TOC求助大佬,用python编写的程序,程序不报错,但是不显示图程序如下:from matplotlib import pyplot as pltimport numpy as npfrom mpl_toolkits.mplot3d import Axes3Dfig = plt.figure()ax = plt.subplot(111, projection = ‘3d’) # ...