allow row vector of arrows
This commit is contained in:
parent
e9abb6d021
commit
8342da1ea2
@ -1030,7 +1030,7 @@ function preprocessArgs!(plotattributes::KW)
|
||||
arrow()
|
||||
elseif a in (false, nothing, :none)
|
||||
nothing
|
||||
elseif !(typeof(a) <: Arrow)
|
||||
elseif !(typeof(a) <: Arrow || typeof(a) <: AbstractArray{Arrow})
|
||||
arrow(wraptuple(a)...)
|
||||
else
|
||||
a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user