From ee96ecaf72d950c73d04bf7effdd74d6b9adf352 Mon Sep 17 00:00:00 2001 From: Lars kleyn Winkel <l.kleynwinkel@student.tudelft.nl> Date: Thu, 5 Mar 2020 14:27:37 +0000 Subject: [PATCH] Update 8_many_atoms.md --- src/8_many_atoms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/8_many_atoms.md b/src/8_many_atoms.md index 1d88310e..dbe80636 100644 --- a/src/8_many_atoms.md +++ b/src/8_many_atoms.md @@ -100,7 +100,7 @@ pyplot.yticks([], []) pyplot.vlines([-pi, pi], 0, 2.2, linestyles='dashed') pyplot.legend() pyplot.xlim(-1.75*pi, 3.5*pi) -pyplot.ylim(bottom=-0.6) +pyplot.ylim(bottom=0) ax.annotate(s='', xy=(-pi, -.3), xytext=(pi, -.3), arrowprops=dict(arrowstyle='<->', shrinkA=0, shrinkB=0)) ax.text(0, -.55, '1st Brillouin zone', ha='center') -- GitLab