lines.linewidth   : 1.5 # 1.0     # line width in points
lines.markeredgewidth  : 0.0 # 1.0 # 0.5     # the line width around the marker symbol
lines.markersize  : 7 # 6            # markersize, in points

font.family         : serif # sans-serif
font.size           : 18.0
font.serif          : FreeSerif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
font.sans-serif     : FreeSans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
mathtext.rm  : serif
mathtext.fontset : cm # Should be 'cm' (Computer Modern), 'stix',
                      # 'stixsans' or 'custom'
axes.linewidth      : 1.5 # 1.0     # edge linewidth
axes.grid           : False # True   # display grid or not
axes.titlesize      : large   # fontsize of the axes title
axes.labelsize      : medium  # fontsize of the x any y labels
axes.axisbelow      : True # False   # whether axis gridlines and ticks are below
                               # the axes elements (lines, text, etc)

axes.prop_cycle    : cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f','bcbd22', '17becf'])
axes.xmargin        : 0.05 # 0  # x margin.  See `axes.Axes.margins`
axes.ymargin        : 0.05 # 0  # y margin See `axes.Axes.margins`

xtick.major.width    : 0.8 # 0.5    # major tick width in points
xtick.minor.width    : 0.6 # 0.5    # minor tick width in points
xtick.major.pad      : 3.5 # 4      # distance to major tick label in points
xtick.minor.pad      : 3.4 # 4      # distance to the minor tick label in points
xtick.labelsize      : medium # fontsize of the tick labels
xtick.direction      : out # in     # direction: in, out, or inout
xtick.bottom         : True
xtick.labelbottom    : True
xtick.top            : True
xtick.labeltop       : False

ytick.major.width    : 0.8 # 0.5    # major tick width in points
ytick.minor.width    : 0.6 # 0.5    # minor tick width in points
ytick.major.pad      : 3.5 # 4      # distance to major tick label in points
ytick.minor.pad      : 3.4 # 4      # distance to the minor tick label in points
ytick.direction      : out # in     # direction: in, out, or inout
ytick.left           : True
ytick.labelleft      : True
ytick.right          : True
ytick.labelright     : False

grid.color       :   b0b0b0 # black   # grid color
grid.linestyle   :   - # :       # dotted
grid.linewidth   :   0.8 # 0.5     # in points

legend.numpoints     : 1 # 2      # the number of points in the legend line
legend.scatterpoints : 1 # 3 # number of scatter points

figure.figsize   : 8, 6 # 6.4, 4.8 # 8, 6    # figure size in inches
figure.dpi       : 100 # 80      # figure dots per inch
figure.facecolor : white # 0.75    # figure facecolor; 0.75 is scalar gray

figure.subplot.left    : 0.14 # 0.125  # the left side of the subplots of the figure
figure.subplot.right   : 0.86 # 0.9    # the right side of the subplots of the figure
figure.subplot.bottom  : 0.14 # 0.1    # the bottom of the subplots of the figure
figure.subplot.top     : 0.86 # 0.9    # the top of the subplots of the figure
figure.subplot.wspace  : 0.10 # 0.2    # the amount of width reserved for blank space between subplots
figure.subplot.hspace  : 0.10 # 0.2    # the amount of height reserved for white space between subplots

image.aspect : auto # equal             # equal | auto | a number
image.interpolation  : nearest # bilinear  # see help(imshow) for options
image.cmap   : viridis # jet               # gray | jet etc...

savefig.dpi         : 300      # figure dots per inch
savefig.directory   :  # ~        # default directory in savefig dialog box,
                                # leave empty to always use current working directory
