Skip to content

Instantly share code, notes, and snippets.

@pastewka
Last active September 21, 2016 13:49
Show Gist options
  • Save pastewka/e9171b32386eade1b6d1 to your computer and use it in GitHub Desktop.
Save pastewka/e9171b32386eade1b6d1 to your computer and use it in GitHub Desktop.
My matplotlibrc
# Place in $HOME/.config/matplotlib/matplotlibrc
backend : Qt4Agg
font.family : sans-serif
font.sans-serif : Arial Unicode MS
font.size : 10.0
svg.fonttype : none
xtick.labelsize : 8 # fontsize of the tick labels
ytick.labelsize : 8 # fontsize of the tick labels
pdf.fonttype : 42 # Output Type 3 (Type3) or Type 42 (TrueType)
legend.frameon : False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment