From de279d92b4766b0b8658576dc21bdcb061cc1697 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Fri, 28 Feb 2020 22:41:53 +0000 Subject: move ipynbs to separate repo --- ipynbs/paper.mplstyle | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 ipynbs/paper.mplstyle (limited to 'ipynbs/paper.mplstyle') diff --git a/ipynbs/paper.mplstyle b/ipynbs/paper.mplstyle deleted file mode 100644 index fcfaf31..0000000 --- a/ipynbs/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 -- cgit v1.2.3