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

Update 4_sommerfeld_model.md

parent 894fd3fa
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ ax.set_ylim(0.0, 11);
ax.set_xlabel(r"$k \quad \left[ \frac{2 \pi}{L} \right]$");
ax.set_ylabel(r"$\varepsilon$");
ax.set_xticklabels([""] + ks + [""]);
ax.set_xticklabels([""] + ks.tolist() + [""]);
ax.set_yticks([]);
draw_classic_axes(ax, xlabeloffset=.6);
......
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