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

# Get the default y-axis color
import pyvista as pv
pv.global_theme.axes.y_color

# Change the default color.
pv.global_theme.axes.y_color = 'green'

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

