Created
January 17, 2021 04:02
-
-
Save AllanChain/af4eb5a634512195030a01a600a7ce14 to your computer and use it in GitHub Desktop.
My Matplotlib style file.
This file contains hidden or 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
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