=True, style_order=None, x_bins=None,
y_bins=None, units=None, estimator=None, ci=95, n_boot=1000, alpha...分簇散点图:stripplot
#语法
'''
seaborn.stripplot(x=None, y=None, hue=None, data=None, order=None,
hue_order=...条形图
常规条形图:barplot
#语法
'''
seaborn.barplot(x=None, y=None, hue=None, data=None, order=None,
hue_order=...计数条形图:countplot
#语法
'''
seaborn.countplot(x=None, y=None, hue=None, data=None, order=None,
hue_order=...欢迎关注菜J学Python,专注用Python爬虫、数据分析和可视化。我们坚持认真写Python基础,有趣写Python实战。
?