# The default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
# CocoaAgg MacOSX Qt4Agg Qt5Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
backend : Agg

# Resolution
figure.dpi        : 150

# Margins
savefig.pad_inches  : 0.2
legend.borderaxespad : 0.7      # the margin between legend box and axes

# Axes and ticks
axes.grid         : False
axes.axisbelow    : True
axes.spines.left  : False
axes.spines.top   : False
axes.spines.right : False
ytick.left        : False
xtick.minor.bottom: False

# Background
figure.facecolor  : FFFFFF
axes.facecolor    : FFFFFF
grid.color        : DEDEDE

# Type
font.family       : sans-serif
font.sans-serif   : Open Sans, Helvetica, Arial
font.size         : 10
font.monospace    : Ubuntu Mono
figure.titlesize  : xx-large
figure.titleweight : 700
axes.labelweight  : 300
xtick.labelsize   : smaller
ytick.labelsize   : smaller
legend.fontsize   : smaller

# Lines, markers
lines.color       : 999999
lines.linewidth   : 2
lines.markersize : 8

# Some custom settings for Newsworthy
# Prefix each line with #!

#! title_font         : Open Sans Condensed, Ubuntu Condensed
#! neutral_color      : 999999
#! strong_color       : 5aa69d

# Fill between lines
#! fill_between_color : F7F4F4
#! fill_between_alpha : 0.5
