From d6d2a94375dbd7493874d97c0563bc2373a4f295 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 17 Jan 2020 12:35:59 +0100 Subject: [PATCH] adjust default colorbar title fontsize --- src/args.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.jl b/src/args.jl index 1907195f..08fce1b7 100644 --- a/src/args.jl +++ b/src/args.jl @@ -377,7 +377,7 @@ const _subplot_defaults = KW( :bottom_margin => :match, :subplot_index => -1, :colorbar_title => "", - :colorbar_titlefontsize => 16, + :colorbar_titlefontsize => 10, :colorbar_title_location => :center, # also :left or :right :colorbar_fontfamily => :match, :colorbar_titlefontfamily => :match,