pyvista.examples.downloads.download_letter_a#
- download_letter_a(load=True)[source]#
 Download letter a dataset.
- Parameters:
 - Returns:
 pyvista.UnstructuredGrid|strDataSet or filename depending on
load.
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.