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