Theme.multi_rendering_splitting_position#
- property Theme.multi_rendering_splitting_position: float[source]#
Return or set the default splitting position for multi-rendering.
Examples#
Download Python source code | Download Jupyter notebook
Set multi_rendering_splitting_position globally to 0.5 (the
middle of the window).
>>> import pyvista as pv
>>> pv.global_theme.multi_rendering_splitting_position = 0.5
Used In#
Gallery Examples