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

from pyvista import examples
mesh = examples.download_t3_grid_0()
mesh.plot()

# SEE ALSO:
#     T3 Grid 0 Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#t3-grid-0-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

