fig = plt.figure() ax = fig.add_subplot(1,1,1) ax.plot(x, y) ... ax.errorbar, Line2D & Rectangle, ax.lines & ax.patches.
確定! 回上一頁