求助帖 TOC求助大佬,用python编写的程序,程序不报错,但是不显示图程序如下:from matplotlib import pyplot as pltimport numpy as npfrom mpl_toolkits.mplot3d import Axes3Dfig = plt.figure()ax = plt.subplot(111, projection = ‘3d’) # ... python 2024-09-15 29 点赞 0 评论 43 浏览