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

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

# SEE ALSO:
#     Carburetor Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#carburetor-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

