From 66cf2830322cc0eef1ce65b02cb8bb20a2ad74f5 Mon Sep 17 00:00:00 2001 From: rccreswell <56924958+rccreswell@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:50:42 +0100 Subject: [PATCH] Update README.md --- python_examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_examples/README.md b/python_examples/README.md index e07084ba..41815d07 100644 --- a/python_examples/README.md +++ b/python_examples/README.md @@ -26,9 +26,9 @@ It subsequently saves the results to a .csv file, and plots the infection curve ![Infection curves for multiple cells.pt](./spatial_example/spatial_outputs/spatial_flow_Icurve_plot.png) -We also provide a script (`voronoi_plotting_example.py`) for visualising the spatial distribution of the epidemic, generating cells based on a single location coordinate using [Voronoi Tesselation](https://en.wikipedia.org/wiki/Voronoi_diagram). An [grid version](./spatial_example/spatial_outputs/voronoi_grid_img.png) of this plot is also generated. +We also provide a script (`voronoi_plotting_example.py`) for visualising the spatial distribution of the epidemic, generating cells based on a single location coordinate using [Voronoi Tesselation](https://en.wikipedia.org/wiki/Voronoi_diagram). A [grid version](./spatial_example/spatial_outputs/voronoi_grid_img.png) of this plot is also generated. -![Voronoi_grid.gif](./spatial_example/spatial_outputs/voronoi_animation.gif) +![Voronoi grid](./spatial_example/spatial_outputs/voronoi_animation.gif) ## Age Stratified Simulation