接下來我們介紹Seaborn中的箱型圖的具體實現方法,這是boxplot的API:. seaborn.boxplot(x=None, ... sns.boxplot(x="color",y="pl",data=data,width=0.3,ax=axes[0])
確定! 回上一頁