Skip to content

Instantly share code, notes, and snippets.

@shane5ul
Last active June 22, 2022 18:20
Show Gist options
  • Save shane5ul/4e43eb2005fb614a791cd970637e6ca3 to your computer and use it in GitHub Desktop.
Save shane5ul/4e43eb2005fb614a791cd970637e6ca3 to your computer and use it in GitHub Desktop.
My custom matplotlib style library [located at $HOME/.config/matplotlib/styleli/b on Linux, and $HOME/.matplotlib/stylelib/ on OSX]
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