Skip to content

Instantly share code, notes, and snippets.

@kewitz
Last active March 16, 2016 18:17
Show Gist options
  • Save kewitz/484010da959767314ccf to your computer and use it in GitHub Desktop.
Save kewitz/484010da959767314ccf to your computer and use it in GitHub Desktop.
MatplotLib configuration for LaTeX articles.
mpl.rc('font', weight = 'light', size = 8, **{'family':'serif','serif':['Times New Roman']})
mpl.rc('text', usetex=True)
mpl.rc('legend', borderaxespad = 0.3, fontsize = 6, handlelength = 2, markerscale = 1, labelspacing = 0.3, numpoints = 1)
figsize = (3.3,1.8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment