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