diff --git a/src/args.jl b/src/args.jl index c376a07d..c69c712e 100644 --- a/src/args.jl +++ b/src/args.jl @@ -332,7 +332,7 @@ const _series_defaults = KW( const _plot_defaults = KW( :plot_title => "", :plot_titlefontsize => 16, - :plot_title_location => :center, # also :left or :right + :plot_titlelocation => :center, # also :left or :right :plot_titlefontfamily => :match, :plot_titlefonthalign => :hcenter, :plot_titlefontvalign => :vcenter,