Skip to content
Snippets Groups Projects
Commit 32911dbd authored by Tobias WEBER's avatar Tobias WEBER
Browse files

cosmetic change

parent 1a82c3d1
No related branches found
No related tags found
No related merge requests found
......@@ -297,9 +297,9 @@ def plot_ellipses(file, Q4, w, Qmean, ellis, use_tex=False):
coord_names = ["Qpara (1/A)", "Qperp (1/A)", "Qup (1/A)", "E (meV)"]
if use_tex:
coord_names[0] = "$Q_{\parallel}$ \AA$^{-1}$"
coord_names[1] = "$Q_{\perp}$ \AA$^{-1}$"
coord_names[2] = "$Q_{up}$ \AA$^{-1}$"
coord_names[0] = "$Q_{\parallel}$ (\AA$^{-1}$)"
coord_names[1] = "$Q_{\perp}$ (\AA$^{-1}$)"
coord_names[2] = "$Q_{up}$ (\AA$^{-1}$)"
ellplots = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment