pyvista.examples.examples.load_logo#
- load_logo()[source]#
Load the PyVista logo as a
pyvista.ImageData
.- Returns:
pyvista.ImageData
ImageData of the PyVista logo.
Examples
>>> from pyvista import examples >>> image = examples.load_logo() >>> image.plot(cpos='xy', zoom='tight', rgb=True, show_axes=False)
See also
- Logo Dataset
See this dataset in the Dataset Gallery for more info.