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:
- target
PlotObject 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”.
- size
any, optional Size of the tick labels.
- color
any, optional Color of the tick labels.
- **artist_kws
Passed to the backend plotting function of the respective backend.
- target
- Returns:
- ticklabel_props_visual
any The backend object representing the tick label properties.
- ticklabel_props_visual