From 51bd2c87c2342a95691f922b2086d5ae53c62bd2 Mon Sep 17 00:00:00 2001
From: Lars kleyn Winkel <l.kleynwinkel@student.tudelft.nl>
Date: Thu, 13 Feb 2020 13:14:56 +0000
Subject: [PATCH] Update src/8_many_atoms_sol.md

---
 src/8_many_atoms_sol.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/8_many_atoms_sol.md b/src/8_many_atoms_sol.md
index 29bdf5d2..c101e2e6 100644
--- a/src/8_many_atoms_sol.md
+++ b/src/8_many_atoms_sol.md
@@ -75,6 +75,7 @@ pyplot.fill_between([-3*pi,3*pi], -np.abs(t1-t2), np.abs(t1-t2), color='red',alp
 
 pyplot.legend(loc='lower center');
 ```
+(Press the magic wand tool to enable the python code that created the figure to see what happends if you change $t_1$ and $t_2$.)
 
-Notice that the red shaded area is not a part *Band structure* anymore!
+Notice that the red shaded area is not a part of the *Band structure* anymore!
 
-- 
GitLab