취미와 밥줄사이

[Visualization] seaborn libarary : BoxPlot and ViolinPlot 본문

Python/Visualization

[Visualization] seaborn libarary : BoxPlot and ViolinPlot

취미와 밥줄사이 2021. 5. 9. 15:45

 

이 게시글은 캐글의 노트북을 통해 번역하고 학습한 내용을 스스로 복습하기 위해서 작성 하였습니다. 더 자세한 내용을 알고싶은 분들은 하단의 링크를 참고 해주세요!

 

 

Boxplot
















 

 

 

Violinplot


 
















 

 

 

 

 

 

Reference


www.kaggle.com/ravichaubey1506/complete-data-visualization-tutorial-seaborn

 

Complete Data Visualization Tutorial Seaborn !!!

Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources

www.kaggle.com

 

 

seaborn.pydata.org/generated/seaborn.catplot.html?highlight=catplot#seaborn.catplot

 

seaborn.catplot — seaborn 0.11.1 documentation

The kind of plot to draw, corresponds to the name of a categorical axes-level plotting function. Options are: “strip”, “swarm”, “box”, “violin”, “boxen”, “point”, “bar”, or “count”.

seaborn.pydata.org