Matplotlib Limit Number Of Ticks

[Solved] Matplotlib Limit Number Of Ticks | C - Code Explorer | yomemimo.com
Question : matplotlib limit number of ticks

Answered by : bright-boar-mq542ifmqpd7

plt.xaxis.set_major_locator(plt.MaxNLocator(3))
plt.yaxis.set_major_locator(plt.MaxNLocator(3))

Source : | Last Update : Thu, 02 Apr 20

Answers related to matplotlib limit number of ticks

Code Explorer Popular Question For C