Skip to content
Snippets Groups Projects
Commit 2659a6a8 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

small change in plots

parent 63f29525
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ function plot_periodic_trajectory(A::LHA, σ::SynchronizedTrajectory, sym_obs::S
break
end
end
p = plot(title = "Oscillatory trajectory of $(σ.m.name) model",
p = plot(title = "Oscillatory trajectory of $(σ.m.name) model", palette = :lightrainbow,
background_color_legend=:transparent, dpi = 480, legend = :outertopright) #legendfontsize, legend
colors_loc = Dict(:l0 => :silver, :l0prime => :silver, :final => :black,
:low => :skyblue2, :mid => :orange, :high => :red)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment