consistency with _subplot_defaults

This commit is contained in:
t-bltg 2021-07-04 00:05:55 +02:00
parent cb689ddb78
commit 5566dc8a2d

View File

@ -332,7 +332,7 @@ const _series_defaults = KW(
const _plot_defaults = KW( const _plot_defaults = KW(
:plot_title => "", :plot_title => "",
:plot_titlefontsize => 16, :plot_titlefontsize => 16,
:plot_title_location => :center, # also :left or :right :plot_titlelocation => :center, # also :left or :right
:plot_titlefontfamily => :match, :plot_titlefontfamily => :match,
:plot_titlefonthalign => :hcenter, :plot_titlefonthalign => :hcenter,
:plot_titlefontvalign => :vcenter, :plot_titlefontvalign => :vcenter,