GAMMA in xticks, how to fix it to Greek alphabet style #248
-
Beta Was this translation helpful? Give feedback.
Answered by
ajjackson
Aug 30, 2024
Replies: 2 comments 2 replies
-
You should get proper Γ characters if you used If |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ajjackson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should get proper Γ characters if you used
sumo-kgen
to generate the KPOINTS file.If
bandplot
is working from some other KPOINTS file it cannot know whether you intended "GAMMA" to be written literally. You should be able to get Γ by editing the file to replace "GAMMA" with "\Gamma". (We hope that nobody wants this to be written literally...)