arviz_plots.backend.vspan#
- arviz_plots.backend.vspan(xmin, xmax, target, *, color=<unset>, alpha=<unset>, **artist_kws)[source]#
Interface to a vertical shaded region.
- Parameters:
- xmin, xmax
float The start and end x-values of the shaded region.
- target
PlotObject The backend object representing a plot where this visual should be added.
- color, alpha
any, optional Properties of the generated visual. If needed, see Keyword arguments for more details.
- **artist_kws
Passed to the backend plotting function of the respective backend.
- xmin, xmax
- Returns:
- vspan_visual
any The backend object representing the shaded region.
- vspan_visual