From 7b0677c3cc05c259f588150e383961b5031c4a08 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 19 Oct 2021 16:25:35 +0200 Subject: [PATCH] fix match_map --- src/args.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,