diff --git a/src/args.jl b/src/args.jl index c9473984..3acbe12d 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1631,10 +1631,10 @@ const _match_map = KW( :bottom_margin => :margin, :titlefontfamily => :fontfamily_subplot, :titlefontcolor => :foreground_color_subplot, - :legendfontfamily => :fontfamily_subplot, - :legendfontcolor => :foreground_color_subplot, - :legendtitlefontfamily => :fontfamily_subplot, - :legendtitlefontcolor => :foreground_color_subplot, + :legend_font_family => :fontfamily_subplot, + :legend_font_color => :foreground_color_subplot, + :legend_title_font_family => :fontfamily_subplot, + :legend_title_font_color => :foreground_color_subplot, :colorbar_fontfamily => :fontfamily_subplot, :colorbar_titlefontfamily => :fontfamily_subplot, :colorbar_titlefontcolor => :foreground_color_subplot,