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

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

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