add legendtitle to plotly
This commit is contained in:
parent
d89b93fe8f
commit
6286c67c01
@ -339,7 +339,11 @@ function plotly_add_legend!(plotattributes_out::KW, sp::Subplot)
|
|||||||
:font => plotly_font(legendfont(sp)),
|
:font => plotly_font(legendfont(sp)),
|
||||||
:tracegroupgap => 0,
|
:tracegroupgap => 0,
|
||||||
:x => legend_position.coords[1],
|
:x => legend_position.coords[1],
|
||||||
:y => legend_position.coords[2]
|
:y => legend_position.coords[2],
|
||||||
|
:title => KW(
|
||||||
|
:text => sp[:legendtitle] === nothing ? "" : string(sp[:legendtitle]),
|
||||||
|
:font => plotly_font(legendtitlefont(sp)),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user