interactive#

property DefaultTheme.interactive: bool[source]#

Return or set the default interactive parameter.

Examples

Make all plots non-interactive globally.

>>> import pyvista as pv
>>> pv.global_theme.interactive = False