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

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

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

