pyvista.plotting.themes.Theme.window_size#

property Theme.window_size: List[int][source]#

Return or set the default render window size.

Examples

Set window size to [400, 400].

>>> import pyvista as pv
>>> pv.global_theme.window_size = [400, 400]