패키지 (2) 썸네일형 리스트형 [Python][Library] 3. matplotlib - 그래프 패키지 목차 0. 참조 사이트 1. matplotlib API - 기본 - 시스템 폰트 찾기 - 한글 폰트 설정 - 한글 폰트 설정 확인 1.1 Figure 와 subplot 1) 기본 2) 여러개의 그림판 생성 3) 여러개의 그림판 배열로 생성 1.2 Line Chart 1.3 Bar Chart 1.4 Pie Chart 1.5 Scatter Chart 1.6 색상, 마커, 선 스타일 1) 기본 문법 2) Matplotlib 스타일 - color - line - 조합 - 마커 참조 사이트 1.7 눈금, 라벨, 범례 1) 제목 축 이름, 눈금 이름 2) 범례 추가 1.8 주석, 그림 추가 1) 주석 2) 그림 1.9 파일로 저장 2. Pandas 에서 그래프 그리기 2.1 선 그래프 1) Series.plot().. [Python][Library] 2. Pandas - 데이터프레임 패키지 pandas documentation : http://pandas.pydata.org/pandas-docs/stable/ pandas documentation — pandas 1.3.5 documentation The reference guide contains a detailed description of the pandas API. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. pandas.pydata.org 0) Series 1차원 배열의 형태를 가진 자료구조 (데이터 객체) s = pd.Ser.. 이전 1 다음