_Font.fmt#
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}'
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}'