pyvista.Plotter.shape# property Plotter.shape: tuple[int] | tuple[int, int][ソース]# plotterの形を返します. 戻り値: outputtuple[int] | tuple[int, int]プロッタの形状. 例 プロッタの形状を返します. >>> import pyvista as pv >>> pl = pv.Plotter(shape=(2, 2)) >>> pl.shape (2, 2) >>> pl.show() スタティックシーン インタラクティブなシーン