API Reference
Return or set the string formatter used to format numerical data.
Examples
Set the string formatter used to format numerical data to ā%.6eā.
>>> import pyvista >>> pyvista.global_theme.font.fmt = '%.6e'