Skip to content

Instantly share code, notes, and snippets.

@jrsmith3
Created December 23, 2014 01:36
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 jrsmith3/83fdc58c9971cf66dd02 to your computer and use it in GitHub Desktop.
Save jrsmith3/83fdc58c9971cf66dd02 to your computer and use it in GitHub Desktop.
Adjust the default font size of your matplotlib figure
import matplotlib as mpl
mpl.rcParams["font.size"] = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment