pyvista.plotting.themes.Theme.title#

property Theme.title: str[source]#

Return or set the default title parameter.

This is the VTK render window title.

Examples

Set title globally to ‘plot’.

>>> import pyvista as pv
>>> pv.global_theme.title = 'plot'