download_model_with_variance#
- download_model_with_variance(load=True)[source]#
Download model with variance dataset.
- Parameters
- loadbool,
optional
Load the dataset after downloading it when
True
. Set this toFalse
and only the filename will be returned.
- loadbool,
- Returns
pyvista.UnstructuredGrid
orstr
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_model_with_variance() >>> dataset.plot()
See Plot with Opacity for an example using this dataset.