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