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

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

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

