Skip to content
Snippets Groups Projects
Commit 517f2d37 authored by T. van der Sar's avatar T. van der Sar
Browse files

Update 13_semiconductors.md

parent bb6aeb8b
No related branches found
No related tags found
No related merge requests found
Pipeline #39820 passed
......@@ -163,8 +163,8 @@ ax.set_ylim(top=1.5)
ax.set_xlabel('$E$')
ax.set_ylabel('$g$')
# ax.set_xticks([E_V, E_C, E_F])
# ax.set_xticklabels(['$E_V$', '$E_C$', '$E_F$'])
ax.set_xticks([E_V, E_C, E_F])
ax.set_xticklabels(['$E_V$', '$E_C$', '$E_F$'])
ax.legend()
draw_classic_axes(ax, xlabeloffset=.2)
```
......
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