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

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

# SEE ALSO:
#     Bunny Coarse Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#bunny-coarse-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Bunny Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#bunny-dataset
#     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
#     Clipping with a Surface https://docs.pyvista.org/examples/01-filter/clip_with_surface.html#clip-with-surface-example
#     Subdivide Cells https://docs.pyvista.org/examples/01-filter/subdivide.html#subdivide-example

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

