Update labels

This commit is contained in:
rstiskalek 2024-10-02 18:05:02 +01:00
parent 201e5e262f
commit 088e521440

View File

@ -61,6 +61,7 @@ def names_to_latex(names, for_corner=False):
"b": "b ~ [\\mathrm{deg}]", "b": "b ~ [\\mathrm{deg}]",
"rLG": "R_{\\rm offset} ~ [\\mathrm{Mpc} / h]", "rLG": "R_{\\rm offset} ~ [\\mathrm{Mpc} / h]",
"Vext_axis_mag": "V_{\\rm axis} ~ [\\mathrm{km} / \\mathrm{s}]", "Vext_axis_mag": "V_{\\rm axis} ~ [\\mathrm{km} / \\mathrm{s}]",
"Vvoid": "\\tilde{V}_{\\rm void} ~ [\\mathrm{km} / \\mathrm{s}]",
} }
ltx_corner = {"alpha": r"$\alpha$", ltx_corner = {"alpha": r"$\alpha$",
@ -72,6 +73,7 @@ def names_to_latex(names, for_corner=False):
"alpha_cal": r"$\mathcal{A}$", "alpha_cal": r"$\mathcal{A}$",
"beta_cal": r"$\mathcal{B}$", "beta_cal": r"$\mathcal{B}$",
"mag_cal": r"$\mathcal{M}$", "mag_cal": r"$\mathcal{M}$",
"Vvoid": r"$\tilde{V}_{\rm void}$",
} }
names = copy(names) names = copy(names)