plt seaborn matplotlib x轴坐标倾斜 以及 将说明图表放置在图表外

plt.xticks(rotation=60)
plt.legend(bbox_to_anchor=(1.05, 1), loc=2, borderaxespad=0.)

你可能感兴趣的:(python)