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

Update 13_semiconductors.md

parent a174bc55
Branches
No related tags found
No related merge requests found
Pipeline #39814 failed
...@@ -163,8 +163,8 @@ ax.set_ylim(top=1.5) ...@@ -163,8 +163,8 @@ ax.set_ylim(top=1.5)
ax.set_xlabel('$E$') ax.set_xlabel('$E$')
ax.set_ylabel('$g$') ax.set_ylabel('$g$')
ax.set_xticks([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.set_xticklabels(['$E_V$', '$E_C$', '$E_F$'])
ax.legend() ax.legend()
draw_classic_axes(ax, xlabeloffset=.2) draw_classic_axes(ax, xlabeloffset=.2)
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment