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

from pyvista import examples
dataset = examples.download_exodus()
dataset.plot()

# SEE ALSO:
#     Exodus Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#exodus-dataset
#     See this dataset in the Dataset Gallery for more info.

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

