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