Theme.subplot_seams

Theme.subplot_seams#

property Theme.subplot_seams: bool[source]#

Return or set whether to draw a line between neighboring subplots by default.

Added in version 0.49.

Used when a Plotter has more than one subplot and no explicit subplot_seams is provided. Has no effect on a single-subplot Plotter, since there are no neighbors to separate.

Examples#

Download Python source code | Download Jupyter notebook

>>> import pyvista as pv
>>> pv.global_theme.subplot_seams = False