fix errors
This commit is contained in:
parent
0da6f6b4a4
commit
6e51a08694
@ -1152,7 +1152,7 @@ const _match_map2 = KW(
|
|||||||
:foreground_color_guide => :foreground_color_subplot,
|
:foreground_color_guide => :foreground_color_subplot,
|
||||||
:foreground_color_text => :foreground_color_subplot,
|
:foreground_color_text => :foreground_color_subplot,
|
||||||
:tickfontcolor => :foreground_color_text,
|
:tickfontcolor => :foreground_color_text,
|
||||||
:guidefontcolor => :foreground_color_text,
|
:guidefontcolor => :foreground_color_guide,
|
||||||
)
|
)
|
||||||
|
|
||||||
# properly retrieve from plt.attr, passing `:match` to the correct key
|
# properly retrieve from plt.attr, passing `:match` to the correct key
|
||||||
|
|||||||
@ -1015,7 +1015,7 @@ ignorenan_extrema(plt::Plot) = (xmin(plt), xmax(plt))
|
|||||||
titlefont(sp::Subplot) = font(
|
titlefont(sp::Subplot) = font(
|
||||||
sp[:titlefontfamily],
|
sp[:titlefontfamily],
|
||||||
sp[:titlefontsize],
|
sp[:titlefontsize],
|
||||||
sp[:titlefont],
|
sp[:titlefontvalign],
|
||||||
sp[:titlefonthalign],
|
sp[:titlefonthalign],
|
||||||
sp[:titlefontrotation],
|
sp[:titlefontrotation],
|
||||||
sp[:titlefontcolor],
|
sp[:titlefontcolor],
|
||||||
@ -1024,7 +1024,7 @@ titlefont(sp::Subplot) = font(
|
|||||||
legendfont(sp::Subplot) = font(
|
legendfont(sp::Subplot) = font(
|
||||||
sp[:legendfontfamily],
|
sp[:legendfontfamily],
|
||||||
sp[:legendfontsize],
|
sp[:legendfontsize],
|
||||||
sp[:legendfont],
|
sp[:legendfontvalign],
|
||||||
sp[:legendfonthalign],
|
sp[:legendfonthalign],
|
||||||
sp[:legendfontrotation],
|
sp[:legendfontrotation],
|
||||||
sp[:legendfontcolor],
|
sp[:legendfontcolor],
|
||||||
@ -1033,7 +1033,7 @@ legendfont(sp::Subplot) = font(
|
|||||||
tickfont(ax::Axis) = font(
|
tickfont(ax::Axis) = font(
|
||||||
ax[:tickfontfamily],
|
ax[:tickfontfamily],
|
||||||
ax[:tickfontsize],
|
ax[:tickfontsize],
|
||||||
ax[:tickfont],
|
ax[:tickfontvalign],
|
||||||
ax[:tickfonthalign],
|
ax[:tickfonthalign],
|
||||||
ax[:tickfontrotation],
|
ax[:tickfontrotation],
|
||||||
ax[:tickfontcolor],
|
ax[:tickfontcolor],
|
||||||
@ -1042,7 +1042,7 @@ tickfont(ax::Axis) = font(
|
|||||||
guidefont(ax::Axis) = font(
|
guidefont(ax::Axis) = font(
|
||||||
ax[:guidefontfamily],
|
ax[:guidefontfamily],
|
||||||
ax[:guidefontsize],
|
ax[:guidefontsize],
|
||||||
ax[:guidefont],
|
ax[:guidefontvalign],
|
||||||
ax[:guidefonthalign],
|
ax[:guidefonthalign],
|
||||||
ax[:guidefontrotation],
|
ax[:guidefontrotation],
|
||||||
ax[:guidefontcolor],
|
ax[:guidefontcolor],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user