From bef1f9191ce5b7345cd48bd33ccfa6f25fdc2527 Mon Sep 17 00:00:00 2001 From: "Xavier R. Hoffmann" Date: Wed, 11 Jan 2023 13:16:54 +0100 Subject: [PATCH] Fix color code in text The color code used in the example plot of terminals within a customer's radius does not match with the text (red and blue are inverted). --- Chapter_3_GettingStarted/SimulatedDataset.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter_3_GettingStarted/SimulatedDataset.ipynb b/Chapter_3_GettingStarted/SimulatedDataset.ipynb index 3af320f..9bc54f0 100644 --- a/Chapter_3_GettingStarted/SimulatedDataset.ipynb +++ b/Chapter_3_GettingStarted/SimulatedDataset.ipynb @@ -581,8 +581,8 @@ "source": [ "For better visualization, let us plot \n", "\n", - "* The locations of all terminals (in red)\n", - "* The location of the last customer (in blue)\n", + "* The locations of all terminals (in blue)\n", + "* The location of the last customer (in red)\n", "* The region within radius of 50 of the first customer (in green)" ] },