pyvista.AxesActor.y_axis_label#

property AxesActor.y_axis_label: str[source]#

Return or set the label for the Y axis.

Examples

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