... 7) y = (220, 300, 300, 290, 320, 315) def test(axes): axes.bar(x,y) axes.set_xticks(x, [i+100 for i in x]) a = plt.subplot(1,2,1) test(a) b = plt.su.
確定! 回上一頁