scatter散點圖. 今天如果要畫一個點狀散佈圖,可以使用scatter()函式,而我要的是隨機散佈圖,所以這邊使用random函式。 import matplotlib.pyplot as plt import ...
確定! 回上一頁