반응형
1. Sample Code
from matplotlib import pyplot
pyplot.plot([1,2,3],[5,7,4])
pyplot.show()
2. 출력물(화면안내)
1. 초기화(Screen initialization)
2. 이전 작업(undo)
3. 이후 작업(redo)
4. 화면 이동(Screen Move)
5. 확대(Screen Zoom)
6. 화면공간조정(Screen Adjustment)
7. 파일저장(File Save)
< 파일 형식 >
Portable Network Graphics
Encapsulated postscript
Joint photogrphic Experts Group
PGF code for LaTex
Postscript
Raw RGBA bitmap
Sclable Vector Graphics
Tagged Image File Format
반응형
'Python_Intermediate > Matplotilb' 카테고리의 다른 글
Python Matplotlib - 파이 그래프 기초 2 (0) | 2019.05.13 |
---|---|
Python Matplotlib - 파이 그래프 기초 1 (0) | 2019.05.11 |
Python Matplotlib - 가로 막대 그래프 기초 3(다중 막대 그래프) (0) | 2019.05.10 |
Python Matplotlib - 가로 막대 그래프 기초 2 (0) | 2019.05.10 |
Python Matplotlib - 가로 막대 그래프 기초 1 (0) | 2019.05.10 |