PlanesAssembly.z_label#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> planes = pv.PlanesAssembly()
>>> planes.z_label = 'This plane'
>>> planes.z_label
'This plane'
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> planes = pv.PlanesAssembly()
>>> planes.z_label = 'This plane'
>>> planes.z_label
'This plane'