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

from pyvista import examples
mesh = examples.download_headsq()
mesh.plot(cpos='xy')

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

