# Examples from pyvista.plotting.themes._AxesConfig.z_color
# =========================================================

# Get the default z-axis color
import pyvista as pv
pv.global_theme.axes.z_color

# Change the default color.
pv.global_theme.axes.z_color = 'purple'

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

