Matplotlib은 Python에서 가장 널리 사용되는 Data Visualization Library임.
matplotlib를 통해
- chart(차트),
- image(이미지) 및,
- 다양한 visual representation of data이 가능함.
pyplot 모듈을 통해 공학 계산 및 visualization으로 많이 사용되어온 MATLAB와 거의 같은 interface를 제공해줌.
matplotlib의
pyplot은 MATLAB과 interface가 유사한 functions의 collection임.
728x90
'Python > matplotlib' 카테고리의 다른 글
[Etc] Anti-Grain Geometry (AGG) (0) | 2024.04.29 |
---|---|
[matplotlib] patches: 도형 그리기. (0) | 2024.03.18 |
[matplotlib] inset: inset_axes and indicate_inset_zoom (0) | 2024.01.23 |
[matplotlib] Visualization: Graph, Chart, Diagram, Figure (1) | 2024.01.22 |
[matplotlib] pseudocolor plot: pcolor (1) | 2024.01.22 |