arviz_plots.backend.grid# arviz_plots.backend.grid(target, axis, color)[source]# Interface to a grid. Parameters: targetPlotObjectThe backend object representing a plot where this visual should be added. axis{“x”, “y”, “both”}Axis on which the grid should be applied. coloranyColor of the grid lines. Returns: grid_visualanyThe backend object representing the grid.