AxesAssembly.z_label#
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> axes_assembly = pv.AxesAssembly()
>>> axes_assembly.z_label = 'This axis'
>>> axes_assembly.z_label
'This axis'
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> axes_assembly = pv.AxesAssembly()
>>> axes_assembly.z_label = 'This axis'
>>> axes_assembly.z_label
'This axis'