Skip to content

Instantly share code, notes, and snippets.

@vikjam
Created December 17, 2015 15:26
Show Gist options
  • Save vikjam/264a260ed100a476b629 to your computer and use it in GitHub Desktop.
Save vikjam/264a260ed100a476b629 to your computer and use it in GitHub Desktop.
Matplotlib back end preferences
# Save file as matplotlibrc in folder ~/.matplotlib
backend: TkAgg
# Enable fonts
# See: http://matplotlib.org/1.3.1/users/usetex.html
font.family : serif
font.serif : Times, Palatino, New Century Schoolbook, Bookman, Computer Modern Roman
font.sans-serif : Helvetica, Avant Garde, Computer Modern Sans serif
font.cursive : Zapf Chancery
font.monospace : Courier, Computer Modern Typewriter
text.usetex : true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment