Created
December 23, 2014 01:36
-
-
Save jrsmith3/83fdc58c9971cf66dd02 to your computer and use it in GitHub Desktop.
Adjust the default font size of your matplotlib figure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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