■ Matplotlib 개요 - matplotlib은 데이터 시각화를 위한 파이썬 라이브러리이다. - 그래프 작성을 위한 공학용 소프트웨어인 MAATLAB에서 시각화를 위해 개발한 라이브러리에서 유래 - 공식 사이트 : https://matplotlib.org Matplotlib — Visualization with Python seaborn seaborn is a high level interface for drawing statistical graphics with Matplotlib. It aims to make visualization a central part of exploring and understanding complex datasets. statistical data visualizat..