Paul's Grit

[Python] [Data Visualization] matplotlib Documentation Examples 본문

Data Analysis/Visualization

[Python] [Data Visualization] matplotlib Documentation Examples

Paul-K 2023. 8. 8. 17:41

matplotlib 공식 문서 그래프 예시 참고

 

matplotlib 공식문서의 예시를 보면 정말 다양한 그래플가 있다는 것을 확인할 수 있습니다.

 

주로 막대 그래프, 산포도(scatter plot) 등을 사용해왔는데,

 

기존에 익숙하던 plot이외에도 다른 그래프들을 보면서 '이렇게도 시각화할 수 있구나'라고 생각하게 되었습니다.

 

시각화 하기 전에 여러 예시를 보고, 나에게 맞는 그래프를 찾아 사용하면 좋을 것 같습니다.

 

https://matplotlib.org/stable/gallery/index.html

 

Examples — Matplotlib 3.7.2 documentation

Examples This page contains example plots. Click on any image to see the full image and source code. For longer tutorials, see our tutorials page. You can also find external resources and a FAQ in our user guide. Lines, bars and markers Images, contours an

matplotlib.org