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.
- 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:
- xticks_visual
any The backend object representing the x-axis ticks.
- xticks_visual