pyvista.AxesActor.y_label#

property AxesActor.y_label: str[source]#

Return or set the label for the y-axis.

Examples

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