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

from pyvista import examples
dataset = examples.download_model_with_variance()
dataset.plot()

# SEE ALSO:
#     Model With Variance Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#model-with-variance-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Plot with Opacity https://docs.pyvista.org/examples/02-plot/opacity.html#opacity-example
#     Example using this dataset.

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

