_AxesConfig.y_color#
Examples#
Download Python source code | Download Jupyter notebook
Get the default y-axis color
>>> import pyvista as pv
>>> pv.global_theme.axes.y_color
Color(name='sea_green', hex='#2e8b57ff', opacity=255)
Change the default color.
>>> pv.global_theme.axes.y_color = 'green'