Python篇:三維散點圖scatter介紹

    ##畫個簡單三維圖 import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D ax = plt.figure().add_subplot(111, projection = '3d') #基於ax變量繪製三維圖 #xs表示x方向的變量 #ys表示y方向的變量 #zs表示z方向的變量,這三個方向上的變量都
相關文章
相關標籤/搜索