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