본문 바로가기

개발일기/기타

pyplot tutorial

pycharm이 아니고 pyplot로 그래프를 그리는 거였다...ㅎ

이제 윈도우 말고 리눅스에서 해야지

 

 

 

Pyplot tutorial

 

https://matplotlib.org/stable/tutorials/introductory/pyplot.html

 

Pyplot tutorial — Matplotlib 3.4.2 documentation

text can be used to add text in an arbitrary location, and xlabel, ylabel and title are used to add text in the indicated locations (see Text in Matplotlib Plots for a more detailed example) All of the text functions return a matplotlib.text.Text instance.

matplotlib.org

 

 

'개발일기 > 기타' 카테고리의 다른 글

software 버전 관리 - semantic versioning  (0) 2023.07.19
[vscode] 다중 주석  (0) 2023.02.16
pyplot 시도  (0) 2021.06.30
linked list stack (in c)  (0) 2021.05.18
stack & queue (in c)  (0) 2021.05.17