From d8c9209c23021a7d0b97c3e5378a55e55cf89b19 Mon Sep 17 00:00:00 2001 From: Torkel Date: Thu, 11 Jul 2024 16:08:51 -0400 Subject: [PATCH] up --- docs/src/spatial_modelling/lattice_reaction_systems.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/spatial_modelling/lattice_reaction_systems.md b/docs/src/spatial_modelling/lattice_reaction_systems.md index 0ee814e270..bd98409b54 100644 --- a/docs/src/spatial_modelling/lattice_reaction_systems.md +++ b/docs/src/spatial_modelling/lattice_reaction_systems.md @@ -60,11 +60,6 @@ Finally, we can access "$X$'s value across the simulation using ```@example spatial_intro_1 lat_getu(sol, :X, lrs) ``` -Alternatively, we can create an animation of our simulation using: -```@example spatial_intro_1 -using Makie -lattice_animation(sol, lrs) -``` More information on how to retrieve values from spatial simulations can be found [here](@ref lattice_simulation_structure_interaction_simulation_species), and for plotting them, [here](@ref lattice_simulation_plotting). Finally, a list of functions for querying `LatticeReactionSystems` for various properties can be found [here](@ref api_lattice_simulations). ## [Spatial reactions](@id spatial_lattice_modelling_intro_spatial_reactions)