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
Plotterhas more than one subplot and no explicitsubplot_seamsis provided. Has no effect on a single-subplotPlotter, 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