Skip to content

Commit

Permalink
Update periodic_events_simulation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas authored Sep 2, 2024
1 parent 01dba87 commit 4eb95c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jinput = JumpInputs(circadian_model, u0, tspan, ps)
jprob = JumpProblem(jinput)
jsol = solve(jprob)
plot(jsol)
Catalyst.PNG(plot(sol; fmt = :png, dpi = 200)) # hide
Catalyst.PNG(plot(jsol; fmt = :png, dpi = 200)) # hide
```

Sometimes we might want to setup a more complicated condition than simply that
Expand Down

0 comments on commit 4eb95c0

Please sign in to comment.