Skip to content
Snippets Groups Projects
Commit 36825f84 authored by Lars kleyn Winkel's avatar Lars kleyn Winkel
Browse files

Update 8_many_atoms.md

parent 60429ffe
Branches
Tags
No related merge requests found
...@@ -100,10 +100,10 @@ pyplot.yticks([], []) ...@@ -100,10 +100,10 @@ pyplot.yticks([], [])
pyplot.vlines([-pi, pi], 0, 2.2, linestyles='dashed') pyplot.vlines([-pi, pi], 0, 2.2, linestyles='dashed')
pyplot.legend() pyplot.legend()
pyplot.xlim(-1.75*pi, 3.5*pi) pyplot.xlim(-1.75*pi, 3.5*pi)
pyplot.ylim(bottom=-0.3) pyplot.ylim(bottom=-0.6)
ax.annotate(s='', xy=(-pi, -.15), xytext=(pi, -.15), ax.annotate(s='', xy=(-pi, -.3), xytext=(pi, -.3),
arrowprops=dict(arrowstyle='<->', shrinkA=0, shrinkB=0)) arrowprops=dict(arrowstyle='<->', shrinkA=0, shrinkB=0))
ax.text(0, -.25, '1st Brillouin zone', ha='center') ax.text(0, -.55, '1st Brillouin zone', ha='center')
draw_classic_axes(ax, xlabeloffset=.2) draw_classic_axes(ax, xlabeloffset=.2)
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment