본문 바로가기

python/Matplotlib

pyplot

 

import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()

 

'python > Matplotlib' 카테고리의 다른 글

점 그래프  (0) 2021.07.19
pyplot_2  (0) 2021.07.19
Splitting lines into smaller chunk  (0) 2021.07.19
[<matplotlib.lines.Line2D object at 0x7f1c6c06dd30>]  (0) 2021.07.19
좌표 범례  (0) 2021.07.19