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

from pyvista import examples
dataset = examples.download_clown()
dataset.plot(color=True)

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