본문 바로가기
Python/matplotlib

[matplotlib] matplotlib란

by ds31x 2024. 3. 4.

Matplotlib은 Python에서 가장 널리 사용되는 Data Visualization Library임.

 

matplotlib를 통해

  • chart(차트),
  • image(이미지) 및,
  • 다양한 visual representation of data이 가능함.

 

pyplot 모듈을 통해 공학 계산 및 visualization으로 많이 사용되어온 MATLAB와 거의 같은 interface를 제공해줌.

 

matplotlib의
pyplot은 MATLAB과 interface가 유사한 functions의 collection임.

 

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 visualization Cartopy Cartopy is a Python package des

matplotlib.org

 

728x90