arviz_plots.backend.grid

Contents

arviz_plots.backend.grid#

arviz_plots.backend.grid(target, axis, color)[source]#

Interface to a grid.

Parameters:
targetPlotObject

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

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

Axis on which the grid should be applied.

colorany

Color of the grid lines.

Returns:
grid_visualany

The backend object representing the grid.