arviz_plots.backend.remove_ticks#
- arviz_plots.backend.remove_ticks(target, *, axis='y')[source]#
Interface to removing ticks from a plot.
- Parameters:
- target
PlotObject The backend object representing a plot where this visual should be added.
- axis{“x”, “y”}, default “y”
Axis from which the ticks should be removed.
- target
- Returns:
- remove_ticks_visual
any The backend object representing the removal of ticks.
- remove_ticks_visual