fix legendtitlefontsize
This commit is contained in:
parent
c8580698eb
commit
f79c1623bd
@ -510,6 +510,7 @@ add_aliases(:legend_postion, :legend)
|
|||||||
add_aliases(:legend_background_color, :background_color_legend)
|
add_aliases(:legend_background_color, :background_color_legend)
|
||||||
add_aliases(:legend_foreground_color, :foreground_color_legend)
|
add_aliases(:legend_foreground_color, :foreground_color_legend)
|
||||||
add_aliases(:legend_font_pointsize, :legendfontsize)
|
add_aliases(:legend_font_pointsize, :legendfontsize)
|
||||||
|
add_aliases(:legend_title_font_pointsize, :legendtitlefontsize)
|
||||||
|
|
||||||
# margin
|
# margin
|
||||||
add_aliases(:left_margin , :leftmargin )
|
add_aliases(:left_margin , :leftmargin )
|
||||||
|
|||||||
@ -84,7 +84,7 @@ end
|
|||||||
|
|
||||||
@testset "Fonts" begin
|
@testset "Fonts" begin
|
||||||
@testset "Scaling" begin
|
@testset "Scaling" begin
|
||||||
sizesToCheck = [:titlefontsize, :legendfontsize, :legendtitlefontsize,
|
sizesToCheck = [:titlefontsize, :legendfontsize, :legend_title_font_pointsize,
|
||||||
:xtickfontsize, :ytickfontsize, :ztickfontsize,
|
:xtickfontsize, :ytickfontsize, :ztickfontsize,
|
||||||
:xguidefontsize, :yguidefontsize, :zguidefontsize,]
|
:xguidefontsize, :yguidefontsize, :zguidefontsize,]
|
||||||
# get inital font sizes
|
# get inital font sizes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user