How can I turn the minor ticks only on y axis on a linear vs linear plot?
When I use the function minor_ticks_on to turn minor ticks on, they appear on both x and y axis.
minor_ticks_on
Nevermind, I figured it out.
ax.tick_params(axis='x', which='minor', bottom=False)
1.4m articles
1.4m replys
5 comments
57.0k users