pyvista.PlanesAssembly.x_label# property PlanesAssembly.x_label: str[source]# Text label for the yz-plane. Examples >>> import pyvista as pv >>> planes = pv.PlanesAssembly() >>> planes.x_label = 'This plane' >>> planes.x_label 'This plane'