arviz_plots.backend.xticks

Contents

arviz_plots.backend.xticks#

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

Interface to x-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:
xticks_visualany

The backend object representing the x-axis ticks.