透過 plt.axes(projection='3d') 可以取得 Axes3D 實例,另一個方式是自行建立: import matplotlib.pyplot as plt from mpl_toolkits.mplot3d.axes3d import Axes3D ...
確定! 回上一頁