coordinates.coordinate_systems.ProlateHomoeoidalCoordinateSystem.get_axes_latex#
- ProlateHomoeoidalCoordinateSystem.get_axes_latex(axes: str | Sequence[str]) str | List[str] #
Return the LaTeX representation(s) of one or more axis names.
- Parameters:
axes (
str
orSequence[str]
) – A single axis name or a list/tuple of axis names.- Returns:
The LaTeX representation(s) of the provided axis/axes. Returns a single string if a scalar input is given, and a list of strings if a sequence is provided.
- Return type:
Notes
If
__AXES_LATEX__
is not defined for the coordinate system, this falls back to wrapping each axis in$...$
.Axis names must be valid entries in
__AXES__
.