【Python學習筆記】12:用matplotlib繪製3D函數圖像

顯示兩個3D座標軸 ①用pyplot的figure()函數能夠建立一個figure對象python ②以它爲參數建立Axes3D對象,使之具備3D座標軸ide ③pyplot的show()方法能夠顯示全部figure對象函數 import matplotlib.pyplot as plt #繪圖用的模塊 from mpl_toolkits.mplot3d import Axes3D #繪製3D座標
相關文章
相關標籤/搜索