pyvista.plotting.themes.Theme.full_screen# property Theme.full_screen: bool[source]# Return if figures are shown in full screen. Examples Set windows to be full screen by default. >>> import pyvista as pv >>> pv.global_theme.full_screen = True