Last active
November 10, 2024 12:55
-
-
Save shane5ul/4e43eb2005fb614a791cd970637e6ca3 to your computer and use it in GitHub Desktop.
My custom matplotlib style library [located at $HOME/.config/matplotlib/stylelib on Linux, and $HOME/.matplotlib/stylelib/ on OSX]
This file contains 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
axes.titlesize : 30 | |
axes.labelsize : 24 | |
lines.linewidth : 3 | |
xtick.labelsize : 16 | |
ytick.labelsize : 16 | |
legend.fontsize : 14 | |
# use latex font for mathtext | |
mathtext.fontset : cm | |
# color cycle: call as 'C0'... etc. | |
axes.prop_cycle : cycler('color', ['000000', 'd62728', '1f77b4', '2ca02c', '9467bd', '7f7f7f', '17becf']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment