# Examples from pyvista.examples.downloads.download_usa_texture
# =============================================================

import pyvista as pv
from pyvista import examples
dataset = examples.download_usa_texture()
dataset.plot(cpos='xy')

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