# Examples from pyvista.ImageData.active_texture_coordinates
# ==========================================================

# Return the active texture coordinates from the globe example.
from pyvista import examples
globe = examples.load_globe()
globe.active_texture_coordinates

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

