# Examples from pyvista.plotting.themes._Font.fmt
# ===============================================

# Set the string formatter used to format numerical data to '{:.6e}'.
import pyvista as pv
pv.global_theme.font.fmt = '{:.6e}'

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

