Axes3D 實例 ax = plt.axes(projection='3d') ax.set_xlabel('x') ax.set_ylabel('y') ax.set_zlabel('z') ax.plot(x, y, z) plt.title('Axes3D Plot') plt.show().
確定! 回上一頁