From 5566dc8a2d2d2bc68a4fcbfbe9fe8a5bfbae275a Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 4 Jul 2021 00:05:55 +0200 Subject: [PATCH] consistency with _subplot_defaults --- src/args.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,