長條圖 (bar plot): 使用函式plt.bar(x,y). ○直方圖(histogram):使用函式plt.hist(scores, bins, …) ○散佈圖(scatter plot):使用函式plt.scatter(x,y).
確定! 回上一頁