Perhaps just make the first error value 0 , if I understand correctly. yerr = np.linspace(0.05, 0.2, 10) ... yerr[0] = 0 plt.errorbar(x, ...
確定! 回上一頁