Skip to content
Snippets Groups Projects
Commit 1e5e2a28 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix plots sticking together

parent 6153d2d3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -72,6 +72,7 @@ def phonons_1d():
def tight_binding_1d():
pyplot.figure()
k = np.linspace(-pi, pi, 300)
pyplot.plot(k, -np.cos(k))
pyplot.xlabel('$ka$'); pyplot.ylabel('$E$')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment