Here ax is a 2x2 numpy.ndarray of matplotlib.axes. ... fig, ax = plt.subplots() stdev = data.std() ax.errorbar(x, means, yerr=stdev, color='red', ls='--', ...
確定! 回上一頁