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.
- target
PlotObject The backend object representing a plot where this visual should be added.
- color, alpha
any, optional Properties of the generated visual.
- **artist_kws
Passed to the backend plotting function of the respective backend.
- xarray_like of
- Returns:
- fill_between_visual
any The backend object representing the filled region.
- fill_between_visual