#### MATPLOTLIBRC FORMAT

## ***************************************************************************
## * LINES                                                                   *
## ***************************************************************************
lines.linewidth:  1  # default 1.5  # line width in points
lines.markersize: 4  # default 6.0  # marker size, in points

## ***************************************************************************
## * FONT                                                                    *
## ***************************************************************************
font.family:  serif  # (e.g., Times),
font.serif:   Times New Roman

## ***************************************************************************
## * TICKS                                                                   *
## ***************************************************************************
xtick.direction:     in      # direction: {in, out, inout}
ytick.direction:     in      # direction: {in, out, inout}

## ***************************************************************************
## * SCATTER PLOTS                                                           *
## ***************************************************************************
scatter.marker: +         # The default marker type for scatter plots.

