# File to make plotting more convenient

# figure.figsize         : 3.32, 2.49
# figure.figsize         : 4, 2.5       # behaviour subplot size
# figure.figsize         : 7, 2.75     # other figures size
# figure.figsize          : 7, 2.5
# figure.figsize         : 6.5, 5     # other figues XL
# figure.figsize          : 8,5       # Size SARSOP figure
# figure.figsize          : 7,3.5
figure.dpi             : 200
figure.facecolor       : white
figure.autolayout      : True
# lines.linewidth        : 1.5
lines.linewidth         : 2.0
#lines.markeredgewidth : 0.85
lines.markersize       : 7
markers.fillstyle     : full
#axes.facecolor        : white
font.size              : 17 # subplots
# font.size              : 14 # other figures
axes.titlesize         : 19

# # spines
axes.spines.left       : True   ## display axis spines
axes.spines.bottom     : True
axes.spines.top        : False
axes.spines.right      : False
axes.prop_cycle        : cycler('color', ['E24A33', '348ABD', '988ED5', '777777', 'FBC15E', '8EBA42', 'FFB5B8'])
# axes.prop_cycle         : cycler('color', ['003FFF', '03ED3A', 'E8000B', '8A2BE2', 'FFC400', '00D7FF'])
# axes.prop_cycle         : cycler('color', ['B2', '009E73', 'D55E00', 'CC79A7', 'F0E442', '56B4E9'])
xtick.top              : False
xtick.bottom           : True
ytick.left             : True
ytick.right            : False
axes.facecolor         : None

# # legend
legend.frameon         : True # if True, draw the legend on a background patch
legend.markerscale     : 1.5   # the relative size of legend markers vs. original
legend.borderpad       : 0.2   # border whitespace
legend.labelspacing    : 0.5   # the vertical space between the legend entries
#legend.handlelength    : 2.5   # the length of the legend lines
#legend.handleheight    : 0.8   # the height of the legend handle
#legend.handletextpad   : 0.3   # the space between the legend line and legend text
legend.borderaxespad   : 0.1   # the border between the axes and legend edge
#legend.columnspacing   : 1.0   # column separation


# # latex
mathtext.fontset     : stix
font.family          : STIXGeneral
# font.family            : "Times New Roman"
text.usetex            : True
text.latex.preamble  : \usepackage{amsmath} #\usepackage{libertine}
# # text.latex.preamble    : \usepackage{times}

# removing white border
savefig.bbox: tight
savefig.pad_inches:  0.01