Skip to content

Commit

Permalink
Color
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericWantiez committed May 19, 2022
1 parent 02893ec commit e0fff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gaussian-ssm/script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mean_trajectory = mean(particles; dims=2)
#md nothing #hide

#
scatter(particles; label=false, opacity=0.01)
scatter(particles; label=false, opacity=0.01, color=:black)
plot!(x; color=:red, label="Original Trajectory")
plot!(mean_trajectory; color=:orange, label="Mean trajectory", opacity=0.9)
xlabel!("t")
Expand Down

0 comments on commit e0fff05

Please sign in to comment.