arviz_plots.backend.yticks

Contents

arviz_plots.backend.yticks#

arviz_plots.backend.yticks(ticks, labels, target, *, rotation=<unset>, **artist_kws)[source]#

Interface to y-axis ticks.

Parameters:
ticksarray_like

Positions of the ticks.

labelsarray_like

Labels corresponding to the tick positions.

targetPlotObject

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

rotationfloat or int, optional

Rotation angle of the tick labels.

**artist_kws

Passed to the backend plotting function of the respective backend.

Returns:
yticks_visualany

The backend object representing the y-axis ticks.