Skip to content

Instantly share code, notes, and snippets.

@daguiam
Last active May 2, 2023 15:11
Show Gist options
  • Save daguiam/377b3a7c839bc69410c7b944055e9f8a to your computer and use it in GitHub Desktop.
Save daguiam/377b3a7c839bc69410c7b944055e9f8a to your computer and use it in GitHub Desktop.
plt.grid()
plt.minorticks_on()
plt.grid(True, which='minor', linestyle='-', lw=0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment