# Examples from pyvista.Plotter.shape
# ===================================

# Return the plotter shape.
import pyvista as pv
pl = pv.Plotter(shape=(2, 2))
pl.shape

pl.show()

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

