scirpy.pl.styling.apply_style_to_axes#
- scirpy.pl.styling.apply_style_to_axes(ax, style, style_kws)#
Apply a predefined style to an axis object.
- Parameters:
ax (
Axes
) – Axes objectstyle (
Optional
[Literal
['default'
]]) – Style to apply to the axes. Currently supported areNone
(disable styling) and'default'
(default style).style_kws (
Optional
[dict
]) – Parameters passed toscirpy.pl.styling.style_axes()
which override the defaults provided by the style.
- Return type: