如何使用Python Jupyter Notebook lmplot格式化y轴以显示百分比?

时间:2019-01-25 20:04:11

标签: 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))

0 个答案:

没有答案