Skip to content

Commit

Permalink
Update lattice_reaction_systems.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE authored Jul 21, 2024
1 parent 475d837 commit 878813f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/spatial_modelling/lattice_reaction_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Finally, we can access "$X1$'s value across the simulation using
lat_getu(sol, :X1, lrs)
```
and plot the simulation using
```@example lattice_plotting_2d
```@example spatial_intro_basics
import CairoMakie
lattice_animation(sol, :X1, lrs, "lattice_simulation_2d.mp4")
```
```@raw html
Expand Down

0 comments on commit 878813f

Please sign in to comment.