在matplotlib中,errorbar方法用於繪製帶誤差線的折線圖,基本用法如下 plt.errorbar(x=[1, 2, 3, 4], y=[1, 2, 3, 4], yerr=1) 輸出結果如下 yerr ...
確定! 回上一頁