add legendtitlefont pointsize and color
This commit is contained in:
parent
9f27271b05
commit
eb9766775c
@ -250,10 +250,18 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
push!(axis, extra_sp...)
|
push!(axis, extra_sp...)
|
||||||
end
|
end
|
||||||
if sp[:legend_title] !== nothing
|
if sp[:legend_title] !== nothing
|
||||||
|
legtfont = legendtitlefont(sp)
|
||||||
push!(axis, PGFPlotsX.Options("\\addlegendimage{empty legend}" => nothing))
|
push!(axis, PGFPlotsX.Options("\\addlegendimage{empty legend}" => nothing))
|
||||||
push!(
|
push!(
|
||||||
axis,
|
axis,
|
||||||
PGFPlotsX.LegendEntry(
|
PGFPlotsX.LegendEntry(
|
||||||
|
PGFPlotsX.Options(
|
||||||
|
"font" => pgfx_font(
|
||||||
|
legtfont.pointsize,
|
||||||
|
pgfx_thickness_scaling(sp),
|
||||||
|
),
|
||||||
|
"text" => legtfont.color
|
||||||
|
),
|
||||||
string("\\hspace{-.6cm}{\\textbf{", sp[:legend_title], "}}"),
|
string("\\hspace{-.6cm}{\\textbf{", sp[:legend_title], "}}"),
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user