pyvista.AxesActor.x_label#

property AxesActor.x_label: str[source]#

Return or set the label for the x-axis.

Examples

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