set_tick_locator Axis.set_major_locator(locator) Set the locator of the major ticker. tick을 표시할 내용의 종류나 방법(단위 설정 등)을 설정 사용법 # x/y축의 major/minor locator 설정 ax.xaxis.set_major_locator(MultipleLocator(5)) ax.yaxis.set_minor_locator(MultipleLocator(5)) tick_locator 종류 참고: matplotlib.ticker, Tick locators, matplotlib.axis.Axis.set_major_locator set_tick Axis.set_ticks(ticks, *, minor=False) Set this ..