fix tests
This commit is contained in:
parent
92bc1f3e95
commit
6fc6246eb3
@ -98,11 +98,12 @@ function plot!(plt1::Plot, plt2::Plot, plts_tail::Plot...; kw...)
|
|||||||
RecipesPipeline.preprocess_attributes!(plotattributes)
|
RecipesPipeline.preprocess_attributes!(plotattributes)
|
||||||
|
|
||||||
# build our plot vector from the args
|
# build our plot vector from the args
|
||||||
n = length(plts_tail) + 1
|
n = length(plts_tail) + 2
|
||||||
plts = Array{Plot}(undef, n)
|
plts = Array{Plot}(undef, n)
|
||||||
plts[1] = plt1
|
plts[1] = plt1
|
||||||
|
plts[2] = plt2
|
||||||
for (i,plt) in enumerate(plts_tail)
|
for (i,plt) in enumerate(plts_tail)
|
||||||
plts[i+1] = plt
|
plts[i+2] = plt
|
||||||
end
|
end
|
||||||
|
|
||||||
# compute the layout
|
# compute the layout
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user