ax.set_xticks(range(1,11,1))##設定x軸標籤文字,旋轉90度ax.set_xticklabels(list(“abcdefghij”),fontsize=20,rotation=90) ax.set_ylim(-8.5,11)
確定! 回上一頁