download_t3_grid_0#
- download_t3_grid_0(load: bool = True) ImageData | str[source]#
Download a T3 grid 0 image.
Added in version 0.44.0.
- Parameters:
- Returns:
- output
pyvista.ImageData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> mesh = examples.download_t3_grid_0()
>>> mesh.plot()
See also
- T3 Grid 0 Dataset
See this dataset in the Dataset Gallery for more info.