Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Flowpipes/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ end
end
seriesalpha --> DEFAULT_ALPHA
seriescolor --> DEFAULT_COLOR_FLOWPIPE
same_recipe --> true # LazySets flag; use to show only one label

@series if !(0 ∈ vars) && (setrep(list) <: AbstractSingleton)
seriestype --> :scatter
Expand All @@ -185,6 +186,7 @@ end
seriesalpha --> DEFAULT_ALPHA
seriescolor --> DEFAULT_COLOR_FLOWPIPE
seriestype --> :shape
same_recipe --> true # LazySets flag; use to show only one label

@series begin
Xs = LazySet{N}[]
Expand All @@ -210,6 +212,7 @@ end
end
seriesalpha --> DEFAULT_ALPHA
seriescolor --> DEFAULT_COLOR_FLOWPIPE
same_recipe --> true # LazySets flag; use to show only one label

fp = flowpipe(sol)
@series if !(0 ∈ vars) && (setrep(fp) <: AbstractSingleton)
Expand All @@ -235,6 +238,7 @@ end
seriesalpha --> DEFAULT_ALPHA
seriescolor --> DEFAULT_COLOR_FLOWPIPE
seriestype --> :shape
same_recipe --> true # LazySets flag; use to show only one label

@series begin
fp = flowpipe(sol)
Expand Down Expand Up @@ -265,6 +269,7 @@ end
seriesalpha --> DEFAULT_ALPHA
seriescolor --> DEFAULT_COLOR_FLOWPIPE
seriestype --> :shape
same_recipe --> true # LazySets flag; use to show only one label

first = true
x = Vector{N}()
Expand Down