From 539920e1458b0599a4df12f321a5a10c5599dd33 Mon Sep 17 00:00:00 2001 From: Dimitrios Stamatios Bouras <75038393+jimbou@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:31:51 +0100 Subject: [PATCH] Update README.md --- Code/if-optimisation-models/src/lib/plotter/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Code/if-optimisation-models/src/lib/plotter/README.md b/Code/if-optimisation-models/src/lib/plotter/README.md index 8b42a4bc..a3ec2ec2 100644 --- a/Code/if-optimisation-models/src/lib/plotter/README.md +++ b/Code/if-optimisation-models/src/lib/plotter/README.md @@ -415,10 +415,10 @@ To run the examples in the example folder use the command : ./run.sh new_carbon1 #example run ``` ## Available examples -- **new_carbon1:** a simple carbon advisor demo with 2 timeframes, 2 locations and no sampling -- **new_carbon2:** a carbon advisor demo with 3 timeframes, 3 locations and sampling = 10 -- **new_carbon3:** the same as new_carbon2 but with no sampling -- **new_carbon4:** the same as new_Carbon2 but with the plotter model later in pipeline to created a graph of sampled combos +- **new_visualizer1:** a simple plotter demo, creating a graph of points provided in the Impl file +- **new_vizualizer2:** a plotter demo plotting data found in the helper2.csv in the csv folder +- **new_visualizer3:** plotting the data produced by the carbon advisor earlier in the pipeline + ## Dependencies - `matplotlib`