amep.plot.to_latex# amep.plot.to_latex(string: str) → str# Replace the mathematical operators with corresponding LaTeX commands. Parameters: string (str) – String to convert. Returns: out – Converted string. Return type: str