주요 학습 내용 요약 서울시 인구 현황 데이터 실습 1. 데이터 전처리2. 분석 그래프 그리기 Matplotlib1. plot2. 겹쳐그리기3. 각각 그리기 plt.subplots( plt1, plt2, figsize=( , ))4. scatter(x=, y=, label=)5. pie(x=, labels=)6. bar(x=, height=) 그리고 싶은 그래프를 이 사이트에서 찾아서 코드 사용하기https://matplotlib.org/stable/gallery/index.html Examples — Matplotlib 3.10.0 documentationExamples For an overview of the plotting methods we provide, see Plot types This p..