如何在Seaborn中将LogLinear和Loglog曲线绘制到同一图上

时间:2019-02-03 03:52:05

标签: python seaborn

我想在不变换变量值的情况下将线性线性,对数线性,线性对数和对数对数回归图绘制到我的seaborn图上。

我正在获得线性-线性,线性对数甚至2阶的结果。但是请帮我提供log-log和对数图例的对数线性

ax = sns.regplot(x=X, y=y,ci=None)
ax = sns.regplot(x=X, y=y,ci=None,logx=True)
ax = sns.regplot(x=X, y=y,ci=None,order=2)
ax = sns.regplot(x=X, y=y,ci=None,order=3)

该图表如下所示 enter image description here

谢谢

1 个答案:

答案 0 :(得分:0)

您可以为此使用matplotlib payload: Object.keys(botParams).reduce(function(o, e) { o[e] = typeof botParams[e] == "object" ? JSON.stringify(botParams[e]) : botParams[e]; return o; }, {}),

axes