arviz_plots.backend.ticklabel_props

Contents

arviz_plots.backend.ticklabel_props#

arviz_plots.backend.ticklabel_props(target, *, axis='both', size=<unset>, color=<unset>, **artist_kws)[source]#

Interface to tick label properties.

Parameters:
targetPlotObject

The backend object representing a plot where this visual should be added.

axis{“x”, “y”, “both”}, optional

Axis for which tick label properties should be modified. Defaults to “both”.

sizeany, optional

Size of the tick labels.

colorany, optional

Color of the tick labels.

**artist_kws

Passed to the backend plotting function of the respective backend.

Returns:
ticklabel_props_visualany

The backend object representing the tick label properties.