pyvista.Plotter.shape# property Plotter.shape: tuple[int] | tuple[int, int][ソース]# plotterの形を返します. 戻り値: tuple[int] | tuple[int, int]プロッタの形状. 例 プロッタの形状を返します. >>> import pyvista as pv >>> plotter = pv.Plotter(shape=(2, 2)) >>> plotter.shape (2, 2)