# Examples from pyvista.CornerAnnotation
# ======================================

# Create text annotation in four corners.
import pyvista as pv
text = pv.CornerAnnotation(0, 'text')
prop = text.prop

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