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

from pyvista import examples
dataset = examples.download_puppy_texture()
dataset.plot(cpos='xy')

# SEE ALSO:
#     Puppy Texture Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#puppy-texture-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Puppy Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#puppy-dataset
#     Applying Textures https://docs.pyvista.org/examples/02-plot/texture.html#texture-example
#     Example which uses this dataset.

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

