.set_xticks() on the axes will set the locations and set_xticklabels() will set the displayed text. def test(axes): axes.bar(x,y) ...
確定! 回上一頁