import matplotlib.pyplot as plt fig = plt.figure() ax = plt.gca() ... ax.errorbar(range(50),rand(50),yerr=.3*rand(50)) plt.draw().
確定! 回上一頁