Seaborn 은 matplotlib 기반의 시각화 라이브러리이다. 유익한 통계 그래픽을 그리기 위한 고급 인터페이스를 제공한다.seaborn에는 figure level과 axes level의 function이 나누어져 있다. figure level : figure +
‣ data penguins'penguins' 데이터는 seaborn 안에 내장되어 있는 데이터이다. sns.load_dataset 함수로 불러온다.x축 변수가 continuous var 이기 때문에, histplot에서는 bill_length_mm 의 min-max
catplot은 category별 분포를 나타내준다. 따라서, x축 변수는 categorical var이 들어가야한다...kind = 'swarm'..kind = 'violin' : 각 category별 kde 곡선 + boxplot..이변량(bivariate) 분석