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

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

# SEE ALSO:
#     Teapot Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#teapot-dataset
#     See this dataset in the Dataset Gallery for more info.
#     This dataset is used in the following examples:
#     Load and Plot from a File https://docs.pyvista.org/examples/00-load/read_file.html#read-file-example
#     Extract Cell Centers https://docs.pyvista.org/examples/01-filter/cell_centers.html#cell-centers-example

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

