Skip to content

Instantly share code, notes, and snippets.

@willprice
Created July 22, 2019 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willprice/005dfce014d75797ab64a1f02512777a to your computer and use it in GitHub Desktop.
Save willprice/005dfce014d75797ab64a1f02512777a to your computer and use it in GitHub Desktop.
Set tick spacing on matplotlib axis
from matplotlib import ticker
ax.yaxis.set_major_locator(ticker.MultipleLocator(tick_spacing))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment