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

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

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