Skip to content
Snippets Groups Projects
Commit 8334bd25 authored by Kevin Choi's avatar Kevin Choi
Browse files

Update 4_sommerfeld_model.md

parent 5a41e0b8
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ kcont = np.linspace(-extrapol*kf, extrapol*kf, 1000);
Edis = ks**2;
Econt = kcont**2;
fig = plt.figure();
fig = pyplot.figure();
ax = fig.add_subplot(111);
ax.plot(kcont, Econt, 'b-');
ax.plot(ks, Edis, 'k.');
......
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