pyvista.AxesActor.z_label#

property AxesActor.z_label: str[source]#

Return or set the label for the z-axis.

Examples

>>> import pyvista as pv
>>> axes = pv.Axes()
>>> axes.axes_actor.z_label = 'This axis'
>>> axes.axes_actor.z_label
'This axis'