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

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

# SEE ALSO:
#     Gourds Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#gourds-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Gourds Pnm Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#gourds-pnm-dataset
#     Gourds Texture Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#gourds-texture-dataset
#     Gaussian Smoothing https://docs.pyvista.org/examples/01-filter/gaussian_smoothing.html#gaussian-smoothing-example
#     Example using this dataset.

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

