pyvista.examples.downloads.download_biplane#
- download_biplane(load=True)[source]#
Download biplane dataset.
- Parameters:
- Returns:
pyvista.MultiBlock|strDataSet or filename depending on
load.
Examples
>>> from pyvista import examples >>> dataset = examples.download_biplane() >>> dataset.plot(cpos='zy', zoom=1.5)
See also
- Biplane Dataset
See this dataset in the Dataset Gallery for more info.