pyvista.examples.downloads.download_letter_a#
- download_letter_a(load=True)[source]#
Download letter a dataset.
- Parameters:
- Returns:
- output
pyvista.UnstructuredGrid|str DataSet or filename depending on
load.
- output
Examples
>>> from pyvista import examples >>> dataset = examples.download_letter_a() >>> dataset.plot(cpos='xy', show_edges=True)
See also
- Letter A Dataset
See this dataset in the Dataset Gallery for more info.
- Extract Cell Centers
Example using this dataset.