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