matplotlib畫折線圖和點分佈圖

matplotlib畫圖 1點分佈圖 import numpy as np import matplotlib.pyplot as plt #數據 x_num=np.array(np.arange(15)) y_num=10*x_num+20*np.random.random(15) fig = plt.figure() # 畫圖(點圖) # fig, ax = plt.subplots() a
相關文章
相關標籤/搜索