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.
- target
PlotObject The backend object representing a plot where this visual should be added.
- rotation
floatorint, optional Rotation angle of the tick labels.
- **artist_kws
Passed to the backend plotting function of the respective backend.
- Returns:
- yticks_visual
any The backend object representing the y-axis ticks.
- yticks_visual