API Reference
Return or set the default title parameter.
title
This is the VTK render window title.
Examples
Set title globally to ‘plot’.
>>> import pyvista >>> pyvista.global_theme.title = 'plot'