Theme.multi_rendering_splitting_position

Theme.multi_rendering_splitting_position#

property Theme.multi_rendering_splitting_position: float | None[source]#

Return or set the default splitting position for multi-rendering.

None, the default, lets the renderers choose the position from the number of subplots on each side.

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