📊

Matplotlib Tutorial

@Jihyun Choi, 2023년 07월 12일
: 데이터를 시각화(visualization)하기 위한 오픈 소스 라이브러리

그래프 그리기 : plot(), show(), axis()

축 레이블 표시하기 : xlabel(), ylabel()

범례 표시하기 : legend()

축 범위 지정하기 : xlim(), ylim(), axis()

Reference

파이썬으로 데이터 시각화하기, wikidocs (link)