arviz_plots.backend.remove_axis

Contents

arviz_plots.backend.remove_axis#

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

Interface to removing an axis from a plot.

Parameters:
targetPlotObject

The backend object representing a plot where this visual should be added.

axis{“x”, “y”}, default “y”

Axis that should be removed.

Returns:
remove_axis_visualany

The backend object representing the removal of the axis.