aboutsummaryrefslogtreecommitdiffstats
path: root/plot_llh/paper.mplstyle
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 18:39:45 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 18:39:45 +0000
commit402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 (patch)
treeb619c6efb0eb303e164bbd27691cdd9f8fce36a2 /plot_llh/paper.mplstyle
parent3a5a6c658e45402d413970e8d273a656ed74dcf5 (diff)
downloadGolemFlavor-402f8b53dd892b8fd44ae5ad45eac91b5f6b3750.tar.gz
GolemFlavor-402f8b53dd892b8fd44ae5ad45eac91b5f6b3750.zip
reogranise into a python package
Diffstat (limited to 'plot_llh/paper.mplstyle')
-rw-r--r--plot_llh/paper.mplstyle27
1 files changed, 0 insertions, 27 deletions
diff --git a/plot_llh/paper.mplstyle b/plot_llh/paper.mplstyle
deleted file mode 100644
index fcfaf31..0000000
--- a/plot_llh/paper.mplstyle
+++ /dev/null
@@ -1,27 +0,0 @@
-figure.figsize : 5, 5 # figure size in inches
-savefig.dpi : 600 # figure dots per inch
-
-font.size: 18
-font.family: serif
-font.serif: Computer Modern, Latin Modern Roman, Bitstream Vera Serif
-text.usetex: True
-
-axes.prop_cycle: cycler('color', ['29A2C6','FF6D31','73B66B','EF597B', '333333', 'FFCB18'])
-axes.grid: False
-
-lines.linewidth: 2
-xtick.labelsize: medium
-ytick.labelsize: medium
-xtick.minor.visible: True # visibility of minor ticks on x-axis
-ytick.minor.visible: True # visibility of minor ticks on y-axis
-xtick.major.size: 6 # major tick size in points
-xtick.minor.size: 3 # minor tick size in points
-ytick.major.size: 6 # major tick size in points
-ytick.minor.size: 3 # minor tick size in points
-xtick.major.width: 1
-xtick.minor.width: 1
-ytick.major.width: 1
-ytick.minor.width: 1
-
-legend.frameon: False
-legend.fontsize: 12