【python】seaborn可视化之factorplot()

sns.factorplot(x='day',y='total_bill',hue='smoker',data=tips) sns.factorplot(x='day',y='total_bill',hue='smoker',data=tips,kind='bar') 可绘制多个图 sns.factorplot(x='day',y='total_bill',hue='smoker',
相关文章
相关标签/搜索