title#

property MapdlTheme.title: str#

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'