download_vtk_logo#
- download_vtk_logo(load: bool = True) Texture | str[source]#
Download a texture of the VTK logo.
- Parameters:
- Returns:
- output
pyvista.Texture|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_vtk_logo()
>>> dataset.plot(cpos='xy')