From f43a8a7866ed3ec0fa906bfe608e75c3b4ede1e5 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 21 Jan 2020 17:32:18 +0100 Subject: [PATCH] remove plot_fontfamily add match for colorbar_fontfamily --- src/args.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.jl b/src/args.jl index 1f06fda8..1f3f71d8 100644 --- a/src/args.jl +++ b/src/args.jl @@ -296,7 +296,6 @@ const _plot_defaults = KW( :plot_title => "", :plot_titlefontsize => 16, :plot_title_location => :center, # also :left or :right - :plot_fontfamily => :match, :plot_titlefontfamily => :match, :plot_titlefonthalign => :hcenter, :plot_titlefontvalign => :vcenter, @@ -1305,6 +1304,7 @@ const _match_map = KW( :legendfontcolor => :foreground_color_subplot, :legendtitlefontfamily => :fontfamily_subplot, :legendtitlefontcolor => :foreground_color_subplot, + :colorbar_fontfamily => :fontfamily_subplot, :colorbar_titlefontfamily => :fontfamily_subplot, :colorbar_titlefontcolor => :foreground_color_subplot, :plot_titlefontfamily => :fontfamily,