Matplotlib 1. 포스팅 입니다. 참고 부탁 드립니다. [파이썬 개념] Matplotlib - Pyplot, plt.plot(), 제목, x,y축 이름 , 한글폰트 사용하기,plt.show() ● Matplotlib은 분석한 데이터를 그래프(Graph)나 차트(Chart)로 시각화해주는 파이썬의 패키지 라이브러리 ● Matplotlib 패키지의 Pyplot라는 모듈은 Matplotlib이 매트랩(MATLAB)처럼 동작하게 하는 명령 oujin.tistory.com ●범례(Legend)는 그래프의 내용을 알기 위해 본보기로 표시해 둔 기호나 설명 ●plt.legend()의 키워드 loc 'upper left', 'upper center', 'upper right', 'center left', 'ce..