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

# Get the default x-axis color
import pyvista as pv
pv.global_theme.axes.x_color

# Change the default color.
pv.global_theme.axes.x_color = 'red'

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

