#-----------------------
# rcParamsShort defaults
#-----------------------
abc:          False
align:        False
alpha:        1
autoreload:   2
autosave:     30
borders:      False
cmap:         fire
coast:        False
color:        k
cycle:        colorblind
facecolor:    w
fontname:     'Helvetica Neue'
geogrid:      True
grid:         True
gridminor:    False
gridratio:    0.5
inlinefmt:    retina
innerborders: False
lakes:        False
land:         False
large:        10
linewidth:    0.6
lut:          256
margin:       0.0
matplotlib:   auto
ocean:        False
reso:         lo
rgbcycle:     False
rivers:       False
share:        3
small:        9
span:         True
tickdir:      out
ticklen:      4.0
ticklenratio: 0.5
tickpad:      2.0
tickratio:    0.8
tight:        True

#----------------------
# rcParamsLong defaults
#----------------------
abc.border:                  True
abc.color:                   k
abc.linewidth:               1.5
abc.loc:                     l
abc.size:                    # filled by 'large'
abc.style:                   a
abc.weight:                  bold
axes.alpha:                  # if empty, depends on 'savefig.transparent' setting
axes.formatter.timerotation: 90
axes.formatter.zerotrim:     True
axes.geogrid:                True
axes.gridminor:              True
borders.color:               k
borders.linewidth:           0.6
bottomlabel.color:           k
bottomlabel.size:            # filled by 'large'
bottomlabel.weight:          bold
coast.color:                 k
coast.linewidth:             0.6
colorbar.axespad:            0.5em
colorbar.extend:             1.3em
colorbar.framealpha:         0.8
colorbar.frameon:            True
colorbar.grid:               False
colorbar.insetextend:        1em
colorbar.insetlength:        8em
colorbar.insetwidth:         1.2em
colorbar.length:             1
colorbar.loc:                right
colorbar.width:              1.5em
geoaxes.edgecolor:           # filled by "color"
geoaxes.facecolor:           # filled by "facecolor"
geoaxes.linewidth:           # filled by "linewidth"
geogrid.alpha:               0.5
geogrid.color:               k
geogrid.labels:              False
geogrid.labelsize:           # filled by "small"
geogrid.latmax:              90
geogrid.latstep:             20
geogrid.linestyle:           ':'
geogrid.linewidth:           1.0
geogrid.lonstep:             30
gridminor.alpha:             # filled by "grid.alpha"
gridminor.color:             # filled by "grid.color"
gridminor.linestyle:         # filled by "grid.linewidth"
gridminor.linewidth:         # filled by "grid.linewidth" x "gridratio"
image.edgefix:               True
image.levels:                11
innerborders.color:          k
innerborders.linewidth:      0.6
lakes.color:                 w
land.color:                  k
leftlabel.color:             k
leftlabel.size:              # filled by 'large'
leftlabel.weight:            bold
ocean.color:                 w
rightlabel.color:            k
rightlabel.size:             # filled by 'large'
rightlabel.weight:           bold
rivers.color:                k
rivers.linewidth:            0.6
subplots.axpad:              1em
subplots.axwidth:            18em  # 2 inches
subplots.innerspace:         1.5em
subplots.pad:                0.5em
subplots.panelpad:           0.5em
subplots.panelspace:         1em
subplots.panelwidth:         4em   # 0.45 inches
subplots.titlespace:         2em
subplots.xlabspace:          4em
subplots.ylabspace:          5.5em
suptitle.color:              k
suptitle.size:               # filled by 'large'
suptitle.weight:             bold
tick.labelcolor:             # filled by 'color'
tick.labelsize:              # filled by 'small'
tick.labelweight:            normal
title.border:                True
title.color:                 k
title.linewidth:             1.5
title.loc:                   c # centered above the axes
title.pad:                   3.0 # copy
title.size:                  # filled by 'large'
title.weight:                normal
toplabel.color:              k
toplabel.size:               # filled by 'large'
toplabel.weight:             bold

#---------------------------------------------------
# rcParams defaults
# See: https://matplotlib.org/users/customizing.html
#---------------------------------------------------
axes.labelpad:        3.0
axes.titlepad:        3.0
figure.autolayout:    False
figure.facecolor:     '#f2f2f2'
grid.alpha:           0.1
grid.color:           'k'
grid.linestyle:       '-'
grid.linewidth:       0.6
hatch.color:          k
hatch.linewidth:      0.6
legend.borderaxespad: 0
legend.columnspacing: 1.0
legend.fancybox:      False
legend.handletextpad: 0.5
lines.linewidth:      1.3
lines.markersize:     3.0
mathtext.default:     regular
savefig.bbox:         standard
savefig.directory:
savefig.dpi:          300
savefig.format:       pdf
savefig.pad_inches:   0.0
savefig.transparent:  True
xtick.minor.visible:  True
ytick.minor.visible:  True
