标签: python
我是python的新用户,在格式化图表的y轴时需要帮助。
我需要格式化y轴以显示百分比See Plot。例如:.015至1.5%
r = sns.lmplot('DefectWeek','Rate',col='Reason',data=df,sharey=True, ci=95, aspect=.7) r = (r.fig.subplots_adjust(wspace=0.01))