pyvista.examples.downloads.download_angular_sector#
- download_angular_sector(load=True)[source]#
Download the angular sector dataset.
- Parameters:
- Returns:
- output
pyvista.UnstructuredGrid|str DataSet or filename depending on
load.
- output
Examples
>>> from pyvista import examples >>> dataset = examples.download_angular_sector() >>> dataset.plot(scalars='PointId')
See also
- Angular Sector Dataset
See this dataset in the Dataset Gallery for more info.