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,