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

from pyvista import examples
dataset = examples.download_office()
dataset.contour().plot()

# SEE ALSO:
#     Office Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#office-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Clipping with Planes & Boxes https://docs.pyvista.org/examples/01-filter/clip_with_plane_box.html#clip-with-plane-box-example
#     Example using this dataset.

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

