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

from pyvista import examples
dataset = examples.download_human()
dataset.plot(scalars='Color', rgb=True)

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