본문 바로가기

Python/Package

[Matplotlib] 함수 정리

fig, ax = plt.subplots(figsize = (16, 14))

- fig : 그림 객체

- ax : 개별적인 축(서브플롯) 객체

 

ax.set_xticks([1,3,5])

1, 3, 5에 눈금 표시