2.1.7.3.Categorical Plots
0. Categorical Plots的繪圖種類
1. 使用library
import seaborn as sns%matplotlib inlinetips = sns.load_dataset('tips')
tips.head()
2.bar plot


3.countplot(計數圖)
4.boxplot


5.stripplot



6.violinplot


7.swarmplot



8.factorplot

Last updated
