# 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
axes.edgecolor    : 333333
xtick.color       : 333333
ytick.color       : 333333
legend.edgecolor  : 1

# Type
font.family       : sans-serif
font.sans-serif   : Noto Sans
font.size         : 10
font.monospace    : Ubuntu Mono
figure.titlesize  : 18
figure.titleweight : 700
axes.labelweight  : 300
xtick.labelsize   : 9
ytick.labelsize   : 9
legend.fontsize   : 9
text.color        : 0F1108

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

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

#! title_font         : Noto Sans
#! subtitle.fontsize  : 11
#! note.fontsize      : 8
#! caption.fontsize   : 8

#! neutral_color      : 6f6e75
#! strong_color       : 00a39a
#! qualitative_colors : 00a39a, DBAD58, A6426A, 93003a, C8C7D1
#! positive_color     : 00a39a
#! negative_color     : 93003a

#! dark_gray_color    : 42404F
#! light_gray_color   : C8C7D1

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