From e6d2f7f93c1508491f61284e871bfe9820d5efc7 Mon Sep 17 00:00:00 2001 From: Will King Date: Tue, 23 Apr 2024 13:42:45 -0700 Subject: [PATCH] just storing old work I forgot to commit --- julia_code/attempt2/SimulationSteps.jl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/julia_code/attempt2/SimulationSteps.jl b/julia_code/attempt2/SimulationSteps.jl index 9efd496..de86ad5 100644 --- a/julia_code/attempt2/SimulationSteps.jl +++ b/julia_code/attempt2/SimulationSteps.jl @@ -210,10 +210,18 @@ plot( simulation.state_path[2:4] ,labels=["stocks 1" "stocks 2" "Stocks 3"] ) + plot( simulation.state_path[1] ,labels="debris" ) + + +plot( + simulation.state_path[1][3:end] .- simulation.state_path[1][2:end-1] + ,labels="debris growth" +) + plot( simulation.state_path ,labels=["debris" "stocks 1" "stocks 2" "Stocks 3"] )