import matplotlib.pyplot as plt (already done with ipython --matplotlib) plt.plot(y) plt.plot(x,y) ... plt.errorbar(x,y,xerr=xerr,yerr=yerr) plt.errorbar?
確定! 回上一頁