Skip to content

Instantly share code, notes, and snippets.

@nicoguaro
Created September 9, 2024 20:55
Show Gist options
  • Save nicoguaro/c94f4cf0441947901bc1cb1f342e04c1 to your computer and use it in GitHub Desktop.
Save nicoguaro/c94f4cf0441947901bc1cb1f342e04c1 to your computer and use it in GitHub Desktop.
Stylesheet for matplotlib for 2018 CCST paper
# Stylesheet for matplotlib
#
# Author: Nicolas Guarin-Zapata
# Date: September, 2018
### Math Text
mathtext.fontset : cm
### Text
text.color : 757575
font.size : 10
### Ticks
xtick.color : 757575
ytick.color : 757575
### Axes
axes.labelcolor : 757575
axes.edgecolor : 757575
axes.spines.right : False
axes.spines.top : False
### Lines
lines.linewidth : 1.5
### Figures
figure.figsize : 4, 3
### Legends
legend.fancybox : False
legend.frameon : False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment