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

more bugfixes

parent b482478a
No related branches found
No related tags found
No related merge requests found
Pipeline #58919 passed
......@@ -205,7 +205,8 @@ ax.set_xlabel('$ka$')
ax.set_ylabel(r'$ω$')
ax.set_xticks([0, pi, 2*pi])
ax.set_xticklabels(['$0$', r'$\pi/2a$', r'$\pi/a$'])
ax.set_yticks([], [])
ax.set_yticks([])
ax.set_yticklabels([])
ax.set_xlim(-pi/8, 2*pi+.4)
ax.set_ylim((0, dispersion_2m(0, acoustic=False) + .2))
ax.legend(loc='lower right')
......
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