From best to worst modes (reverse)

Former-commit-id: 1fec6fe3a8644ed3cbaf7c4d6f3d6b8209eaa11e
This commit is contained in:
Marek Nečada 2017-02-16 01:21:41 +00:00
parent 4b665cfe31
commit 15e14afe66
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ klist = np.concatenate((k0Mlist,kMK1list,kK10list,k0K2list,kK2Mlist), axis=0)
# In[ ]:
for minN in range(svn):
for minN in reversed(range(svn)):
f, ax = plt.subplots(1, figsize=(20,15))
sc = ax.scatter(kxmlarr, omlist/eV*hbar, c = np.sqrt(minsvTMlistarr[...,minN]), s =40, lw=0)
ax.plot(kxmaplist, np.linalg.norm(klist,axis=-1)*cdn/eV*hbar, '-',