9.1.10 Statistical Plots # Plot with Error bars x = range(5) y = [1, 4, 16, 25, 42] plt.errorbar(x, y, fmt = 'o', xerr 0.2, yerr = 0.3, ...
確定! 回上一頁