Skip to content

Commit

Permalink
Merge pull request #463 from JuliaReach/schillic/462
Browse files Browse the repository at this point in the history
#462 - Plotting of flowpipes merges segments
  • Loading branch information
mforets authored Apr 25, 2021
2 parents a219ff4 + c97a7a9 commit dc9144c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Flowpipes/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ end
x_new, y_new = _plot_reachset_list(F, N, vars, ε, Nφ)
append!(x, x_new)
append!(y, y_new)
push!(x, N(NaN))
push!(y, N(NaN))
end
x, y
end
Expand Down Expand Up @@ -341,6 +343,8 @@ end
x_new, y_new = _plot_reachset_list(F, N, vars, ε, Nφ)
append!(x, x_new)
append!(y, y_new)
push!(x, N(NaN))
push!(y, N(NaN))
end
x, y
end
Expand Down

0 comments on commit dc9144c

Please sign in to comment.