본문 바로가기
파이썬. 데이터분석/Matplotlib

matplotlib : ax.tick_params

by 한국수달보호협회장 2022. 7. 21.

 

 

stateless

https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.tick_params.html

 

matplotlib.axes.Axes.tick_params — Matplotlib 3.5.2 documentation

Change the appearance of ticks, tick labels, and gridlines. Tick properties that are not explicitly set using the keyword arguments remain unchanged unless reset is True. Parameters axis{'x', 'y', 'both'}, default: 'both'The axis to which the parameters ar

matplotlib.org

Tick properties that are not explicitly set using the keyword arguments remain unchanged unless reset is True.

 

 

 

 

 

 

 

홈페이지 밑에 보면 ax.tick_params를 이용한 그래프들 예시가있다.