load_uniform

load_uniform#

load_uniform() ImageData[source]#

Load a sample uniform grid.

Returns:
pyvista.ImageData

Dataset.

Examples#

Download Python source code | Download Jupyter notebook

>>> from pyvista import examples
>>> dataset = examples.load_uniform()
>>> dataset.plot()
../../../_images/pyvista-examples-examples-load_uniform-7799ea32ed651e39_00_00.png

See Also#

Uniform Dataset

See this dataset in the Dataset Gallery for more info.