add legendtitlefont function
This commit is contained in:
parent
3fdf87a955
commit
89613bfee5
@ -1060,6 +1060,15 @@ legendfont(sp::Subplot) = font(
|
|||||||
sp[:legendfontcolor],
|
sp[:legendfontcolor],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
legendtitlefont(sp::Subplot) = font(
|
||||||
|
sp[:legendtitlefontfamily],
|
||||||
|
sp[:legendtitlefontsize],
|
||||||
|
sp[:legendtitlefontvalign],
|
||||||
|
sp[:legendtitlefonthalign],
|
||||||
|
sp[:legendtitlefontrotation],
|
||||||
|
sp[:legendtitlefontcolor],
|
||||||
|
)
|
||||||
|
|
||||||
tickfont(ax::Axis) = font(
|
tickfont(ax::Axis) = font(
|
||||||
ax[:tickfontfamily],
|
ax[:tickfontfamily],
|
||||||
ax[:tickfontsize],
|
ax[:tickfontsize],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user