pyvista.AxesActor.x_label# property AxesActor.x_label: str[ソース]# Return or set the label for the x-axis. 例 >>> import pyvista as pv >>> axes = pv.Axes() >>> axes.axes_actor.x_label = 'This axis' >>> axes.axes_actor.x_label 'This axis'