# Examples from pyvista.Text
# ==========================

# Create a text with text's property.
import pyvista as pv
text = pv.Text()
prop = text.prop

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