fix default case
This commit is contained in:
parent
59043b2244
commit
b03eb234b6
@ -699,7 +699,8 @@ pgfx_get_title_pos(s) =
|
|||||||
get((
|
get((
|
||||||
left = ("at" => "{(0,1)}", "anchor" => "south west"),
|
left = ("at" => "{(0,1)}", "anchor" => "south west"),
|
||||||
right = ("at" => "{(1,1)}", "anchor" => "south east"),
|
right = ("at" => "{(1,1)}", "anchor" => "south east"),
|
||||||
), s, "{(0.5,1)}")
|
), s,
|
||||||
|
("at" => "{(0.5,1)}", "anchor" => "south"))
|
||||||
pgfx_get_title_pos(t::Tuple) = ("at" => "{$(string(t))}", "anchor" => "south")
|
pgfx_get_title_pos(t::Tuple) = ("at" => "{$(string(t))}", "anchor" => "south")
|
||||||
pgfx_get_title_pos(nt::NamedTuple) = ("at" => "{$(string(nt.at))}", "anchor" => string(nt.anchor))
|
pgfx_get_title_pos(nt::NamedTuple) = ("at" => "{$(string(nt.at))}", "anchor" => string(nt.anchor))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user