arviz_plots.backend.remove_ticks

Contents

arviz_plots.backend.remove_ticks#

arviz_plots.backend.remove_ticks(target, *, axis='y')[source]#

Interface to removing ticks from a plot.

Parameters:
targetPlotObject

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.

Returns:
remove_ticks_visualany

The backend object representing the removal of ticks.