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

bugfix

parent f8c4a0be
Branches
No related tags found
No related merge requests found
Pipeline #58917 failed
......@@ -163,7 +163,8 @@ ax.set_xlabel('$ka$')
ax.set_ylabel(r'$ω$')
ax.set_xticks([0, pi])
ax.set_xticklabels(['$0$', r'$\pi$'])
ax.set_yticks([], [])
ax.set_yticks([])
ax.set_yticklabels([])
ax.set_xlim(-pi/4, 2*pi)
ax.set_ylim((0, dispersion_2m(0, acoustic=False) + .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