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

Update 4_sommerfeld_model.md

parent 3e558478
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ ax.plot(kfilled, Efilled, 'b-', linewidth=4);
ax.axhline(kf*kf, linestyle="dotted", color='k');
ax.set_xticks([kf]);
ax.set_yticks([kf*kf + 0.6]);
ax.set_yticks([kf*kf + 0.4]);
ax.set_xticklabels([r"$k_F$"]);
ax.set_yticklabels([r"$\varepsilon_F$"]);
......
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