arviz_plots.backend.fill_between_y

Contents

arviz_plots.backend.fill_between_y#

arviz_plots.backend.fill_between_y(x, y_bottom, y_top, target, *, color=<unset>, alpha=<unset>, **artist_kws)[source]#

Fill the region between two y-values.

Parameters:
xarray_like of shape (n,)

X coordinates of the filled region.

y_bottom, y_toparray_like or scalar

Lower and upper y-values defining the region to fill.

targetPlotObject

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

color, alphaany, optional

Properties of the generated visual.

**artist_kws

Passed to the backend plotting function of the respective backend.

Returns:
fill_between_visualany

The backend object representing the filled region.