Theme.auto_close#
- property Theme.auto_close: bool[source]#
Automatically close the figures when finished plotting.
Danger
Set to
Falsewith extreme caution.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.auto_close = False