pyvista.plotting.themes._AxesConfig.z_color#

property _AxesConfig.z_color: Color[source]#

Return or set z-axis color.

Examples

Get the default z-axis color

>>> import pyvista as pv
>>> pv.global_theme.axes.z_color
Color(name='blue', hex='#0000ffff', opacity=255)

Change the default color. >>> pv.global_theme.axes.z_color = ‘purple’