pyvista.plotting.themes._AxesConfig.y_color#

property _AxesConfig.y_color: Color[source]#

Return or set y-axis color.

Examples

Get the default y-axis color

>>> import pyvista as pv
>>> pv.global_theme.axes.y_color
Color(name='seagreen', hex='#2e8b57ff', opacity=255)

Change the default color. >>> pv.global_theme.axes.y_color = ‘green’