... np.pi * 4, 20) y = np.sin(x) yerr = np.random.uniform(0.1, 0.3, len(x)) fig, ax = plt.subplots() ax.errorbar(x, y, yerr=yerr) plt.show().
確定! 回上一頁