change default plot_title

This commit is contained in:
Simon Christ 2020-01-17 10:25:02 +01:00
parent c73a5aaabc
commit fd0b7e4129

View File

@ -293,7 +293,7 @@ const _series_defaults = KW(
const _plot_defaults = KW(
:plot_title => "",
:plot_title => text("", pointsize = 16),
:background_color => colorant"white", # default for all backgrounds,
:background_color_outside => :match, # background outside grid,
:foreground_color => :auto, # default for all foregrounds, and title color,