From 2659a6a84aec4c3f930aad29c64103a2df6c5969 Mon Sep 17 00:00:00 2001
From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr>
Date: Fri, 12 Feb 2021 09:29:24 +0100
Subject: [PATCH] small change in plots

---
 core/plots.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/plots.jl b/core/plots.jl
index 7e1a15f..bfdf9fe 100644
--- a/core/plots.jl
+++ b/core/plots.jl
@@ -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)
-- 
GitLab