_Font.fmt#
- property _Font.fmt: str | None[source]#
Return or set the string formatter used to format numerical data.
None, the default, lets each actor choose its own format.
Examples#
Download Python source code | Download Jupyter notebook
Set the string formatter used to format numerical data to ‘{:.6e}’.
>>> import pyvista as pv
>>> pv.global_theme.font.fmt = '{:.6e}'