font.family: serif
#font.serif: Computer Modern Roman
text.usetex: True
mathtext.fontset: cm
xtick.direction      : in    # direction: in, out, or inout
xtick.minor.visible  : True  # visibility of minor ticks on x-axis
xtick.top            : True
xtick.major.top      : True   # draw x axis top major ticks
xtick.major.bottom   : True   # draw x axis bottom major ticks
xtick.minor.top      : True   # draw x axis top minor ticks
xtick.minor.bottom   : True   # draw x axis bottom minor ticks
ytick.left           : True   # draw ticks on the left side
ytick.right          : True  # draw ticks on the right side
ytick.direction      : in    # direction: in, out, or inout
ytick.minor.visible  : True  # visibility of minor ticks on y-axis
ytick.major.left     : True   # draw y axis left major ticks
ytick.major.right    : True   # draw y axis right major ticks
ytick.minor.left     : True   # draw y axis left minor ticks
ytick.minor.right    : True   # draw y axis right minor ticks
legend.frameon       : False     # if True, draw the legend on a background patch
legend.framealpha    : 1.      # legend patch transparency
legend.fancybox      : False     # if True, use a rounded box for the
                                 # legend background, else a rectangle
legend.shadow        : False    # if True, give background a shadow effect
figure.figsize   : 4, 4   # figure size in inches
figure.dpi       : 200      # figure dots per inch
errorbar.capsize : 6
axes.formatter.limits: -2, 2
axes.formatter.min_exponent: 3
