matplotlib繪圖9 3D繪圖

import matplotlib.pyplot as plt import numpy as np from mpl_toolkits.mplot3d import Axes3D #3D圖模塊包 #生成3D圖座標 fig = plt.figure() ax = Axes3D(fig) x = np.arange(-4,4,0.25) y = np.arange(-4,4,0.25) X,Y
相關文章
相關標籤/搜索