pyvista.plotting.themes.Theme.auto_close#

property Theme.auto_close: bool[source]#

Automatically close the figures when finished plotting.

Danger

Set to False with extreme caution.

Examples

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