Skip to content
Snippets Groups Projects
Commit 914f67bc authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

coord fixes

parent 11033957
No related branches found
No related tags found
No related merge requests found
......@@ -51,11 +51,11 @@ def plot_finite_T_FEM():
w = .17
ax.annotate(s='', xy=(1, 1), xytext=(1-w, 1),
arrowprops=dict(arrowstyle='<->', shrinkA=0, shrinkB=0))
ax.text(1-w/2, 1.15, r'$\sim k_BT$', ha='center')
ax.text(1-w/2, 1.1, r'$\sim k_BT$', ha='center')
ax.plot([1-w, 1+w], [1, 0], c='k', linestyle='dashed')
ax.annotate(s='', xy=(1, 0), xytext=(1, 1),
arrowprops=dict(arrowstyle='<->', shrinkA=0, shrinkB=0))
ax.text(1.2, .9, r'$g(\varepsilon_F)$', ha='center')
ax.text(1.2, .7, r'$g(\varepsilon_F)$', ha='center')
ax.set_xticks([1])
ax.set_xticklabels([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