adjust default colorbar title fontsize

This commit is contained in:
Simon Christ 2020-01-17 12:35:59 +01:00
parent 8cc276fc42
commit d6d2a94375

View File

@ -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,