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

from pyvista import examples
dataset = examples.download_puppy()
dataset.plot(cpos='xy', rgba=True)

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