just storing old work I forgot to commit

main
Will King 2 years ago
parent c9f710b724
commit e6d2f7f93c

@ -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"]
)

Loading…
Cancel
Save