Plotter.shape#
Examples#
Download Python source code | Download Jupyter notebook
Return the plotter shape.
>>> import pyvista as pv
>>> pl = pv.Plotter(shape=(2, 2))
>>> pl.shape
(2, 2)
>>> pl.show()
Download Python source code | Download Jupyter notebook
Return the plotter shape.
>>> import pyvista as pv
>>> pl = pv.Plotter(shape=(2, 2))
>>> pl.shape
(2, 2)
>>> pl.show()