Last active
April 19, 2016 09:54
-
-
Save transientlunatic/fa38d58731797c0ea26182dd2d29731b to your computer and use it in GitHub Desktop.
A Matplotlib style for the Burst Companion 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
patch.linewidth: 0.5 | |
patch.facecolor: 348ABD # blue | |
patch.edgecolor: EEEEEE | |
patch.antialiased: True | |
font.size: 8 | |
text.usetex: True, | |
font.family: 'New Century Schoolbook', | |
text.color : black, | |
axes.facecolor: white | |
axes.linewidth: 1 | |
axes.labelsize: 8 | |
axes.edgecolor : bcbcbc | |
axes.grid: True | |
axes.titlesize: x-large | |
axes.labelcolor: black | |
axes.axisbelow: True | |
axes.prop_cycle: cycler('color', ['E24A33', '348ABD', '988ED5', '777777', 'FBC15E', '8EBA42', '313695', 'FFB5B8', 'bf812d', '01665e']) | |
# E24A33 : red | |
# 348ABD : blue | |
# 988ED5 : purple | |
# 777777 : gray | |
# FBC15E : yellow | |
# 8EBA42 : green | |
# FFB5B8 : pink | |
xtick.color: k | |
xtick.direction: in | |
xtick.labelsize: 8 | |
ytick.color: k | |
ytick.direction: in | |
ytick.labelsize: 8 | |
grid.color: CCCCCC | |
grid.linestyle: - | |
figure.facecolor: white | |
figure.edgecolor: 0.50 | |
legend.fontsize: 8 | |
legend.numpoints:1 | |
legend.frameon:True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment