Theme.title#
- property Theme.title: str[source]#
Return or set the default
titleparameter.This is the VTK render window title.
Examples#
Download Python source code | Download Jupyter notebook
Set title globally to ‘plot’.
>>> import pyvista as pv
>>> pv.global_theme.title = 'plot'