mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 07:08:01 +00:00
Update labels
This commit is contained in:
parent
201e5e262f
commit
088e521440
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@ def names_to_latex(names, for_corner=False):
|
|||
"b": "b ~ [\\mathrm{deg}]",
|
||||
"rLG": "R_{\\rm offset} ~ [\\mathrm{Mpc} / h]",
|
||||
"Vext_axis_mag": "V_{\\rm axis} ~ [\\mathrm{km} / \\mathrm{s}]",
|
||||
"Vvoid": "\\tilde{V}_{\\rm void} ~ [\\mathrm{km} / \\mathrm{s}]",
|
||||
}
|
||||
|
||||
ltx_corner = {"alpha": r"$\alpha$",
|
||||
|
@ -72,6 +73,7 @@ def names_to_latex(names, for_corner=False):
|
|||
"alpha_cal": r"$\mathcal{A}$",
|
||||
"beta_cal": r"$\mathcal{B}$",
|
||||
"mag_cal": r"$\mathcal{M}$",
|
||||
"Vvoid": r"$\tilde{V}_{\rm void}$",
|
||||
}
|
||||
|
||||
names = copy(names)
|
||||
|
|
Loading…
Reference in a new issue