Created
September 9, 2024 20:55
-
-
Save nicoguaro/c94f4cf0441947901bc1cb1f342e04c1 to your computer and use it in GitHub Desktop.
Stylesheet for matplotlib for 2018 CCST paper
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
# 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