pyvista.PlanesAssembly.z_label

pyvista.PlanesAssembly.z_label#

property PlanesAssembly.z_label: str[source]#

Text label for the xy-plane.

Examples

>>> import pyvista as pv
>>> planes = pv.PlanesAssembly()
>>> planes.z_label = 'This plane'
>>> planes.z_label
'This plane'