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