lines.color: black
patch.edgecolor: black

text.usetex : False
text.color: black
font.serif: Computer Modern Roman #Bitstream Vera Serif
font.family: sans-serif

axes.facecolor: white #light gray eeeeee
axes.edgecolor: black
axes.labelcolor: black
axes.prop_cycle: cycler('color', ['royalblue', '228833','cc3311', 'ee7733',  '009988', 'ccbb44', 'bb5566', '332288', '66ccee', '4477aa'])
axes.labelsize:     large  # fontsize of the x any y labels
axes.titlesize      : x-large   ## fontsize of the axes title

axes.grid:          False   # display grid or not
axes.grid.axis:     both    # which axis the grid should apply to
axes.grid.which:    major   # gridlines at {major, minor, both} ticks
grid.color:     b0b0b0  # grid color
grid.linestyle: --       # solid
grid.linewidth: 0.4     # in points
grid.alpha:     0.2     # transparency, between 0.0 and 1.0

legend.framealpha : 0.5
legend.fontsize : large
legend.frameon       : True     ## if True, draw the legend on a background patch

xtick.color: black
xtick.labelsize:     large  # fontsize of the tick labels
xtick.top            : True  ## draw ticks on the top side
xtick.direction      : in    ## direction: in, out, or inout
ytick.color: black
ytick.labelsize:     large  # fontsize of the tick labels
ytick.right            : True  ## draw ticks on the top side
ytick.direction      : in    ## direction: in, out, or inout

figure.facecolor: white
#figure.frameon : False         ## enable figure frame
figure.edgecolor: white
figure.titlesize: xx-large

savefig.facecolor: white
savefig.edgecolor: white
savefig.format      : pdf      ## png, ps, pdf, svg
savefig.transparent : True    ## setting that controls whether figures are saved with a

