seaborn.residplot
译者:P3n9W31 seaborn.residplot(x, y, data=None, lowess=False, x_partial=None, y_partial=None, order=1, robust=False, dropn...
译者:P3n9W31 seaborn.residplot(x, y, data=None, lowess=False, x_partial=None, y_partial=None, order=1, robust=False, dropn...
译者:P3n9W31 seaborn.regplot(x, y, data=None, x_estimator=None, x_bins=None, x_ci='ci', scatter=True, fit_reg=Tr...
译者:P3n9W31 seaborn.lmplot(x, y, data, hue=None, col=None, row=None, palette=None, col_wrap=None, height=5, aspect=1, mar...
译者:P3n9W31 seaborn.rugplot(a, height=0.05, axis='x', ax=None, **kwargs) 将数组中的数据点绘制为轴上的棒状标识。 参数:a:向量 1维的观察数组。 h...
译者:hyuuo seaborn.kdeplot(data, data2=None, shade=False, vertical=False, kernel='gau', bw='scott', gr...
译者:hyuuo seaborn.distplot(a, bins=None, hist=True, kde=True, rug=False, fit=None, hist_kws=None, kde_kws=None, rug_kws=N...
seaborn.pairplot(data, hue=None, hue_order=None, palette=None, vars=None, x_vars=None, y_vars=None, kind='scatter...
seaborn.jointplot(x, y, data=None, kind='scatter', stat_func=None, color=None, height=6, ratio=5, space=0.2, d...
seaborn.barplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None, estimator=<function mean>, ci=95,...
译者:FindNorthStar seaborn.pointplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None, estimator=<functi...