Skip to content

Instantly share code, notes, and snippets.

@AllanChain
Created January 17, 2021 04:02
Show Gist options
  • Save AllanChain/af4eb5a634512195030a01a600a7ce14 to your computer and use it in GitHub Desktop.
Save AllanChain/af4eb5a634512195030a01a600a7ce14 to your computer and use it in GitHub Desktop.
My Matplotlib style file.
figure.figsize: 10, 8
font.family: sans-serif
font.sans-serif: Noto Sans CJK SC
axes.unicode_minus: false
font.size: 16 # controls default text sizes
axes.titlesize: 20 # fontsize of the axes title
axes.labelsize: 20 # fontsize of the x and y labels
xtick.labelsize: 16 # fontsize of the tick labels
ytick.labelsize: 16 # fontsize of the tick labels
legend.fontsize: 16 # legend fontsize
figure.titlesize: 24 # fontsize of the figure title
text.usetex: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment