Errorbar upper and lower limits ... bars ax.errorbar(x, y, xerr=xerr, yerr=yerr, linestyle=ls) # including upper limits ax.errorbar(x, y + 0.5, xerr=xerr, ...
確定! 回上一頁