download_angular_sector#
- download_angular_sector(load: bool = True) UnstructuredGrid | str[source]#
Download the angular sector dataset.
- Parameters:
- Returns:
- output
pyvista.UnstructuredGrid|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> 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.