Matplotlib scatter( ) 繪製散點圖

Matplotlib scatter( ) 繪製散點圖 1. example 1html 要繪製單個點,可以使用函數 scatter( ),並向它傳遞一對 x 和 y 座標,它將在指定位置繪製一個點。函數 import matplotlib.pyplot as plt plt.scatter(2, 4) plt.show()   2. example 23d import matplotlib.
相關文章
相關標籤/搜索