https://matplotlib.org/stable/gallery/index
✔️예시, 소스코드 있는 공식 문서
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.plot.html
✔️ dataFrame 공식 문서. 값들 정렬 방법.
💡 maplotlib 그래프 기본 형태
plt.figure(figsize=(10, 6))
plt.plot(x, y)
plt.show
'Python' 카테고리의 다른 글
[Python] unique / isnull / not null 데이터 확인 (0) | 2022.11.11 |
---|---|
Matplotlib_데이터 경향/ 오차/ 저장 (0) | 2022.11.09 |
Pandas Data concat / merge / join (0) | 2022.11.09 |
Pandas Basic (0) | 2022.11.08 |
[Jupiter notebook] read_csv (0) | 2022.11.07 |