arviz_plots.backend.ciliney#
- arviz_plots.backend.ciliney(x, y_bottom, y_top, target, *, color=<unset>, alpha=<unset>, width=<unset>, linestyle=<unset>, **artist_kws)[source]#
Interface to a vertical interval line at a given x position.
- Parameters:
- x
floator array_like X position(s) where the interval line(s) should be drawn.
- y_bottom, y_toparray_like
Lower and upper y-values defining the interval.
- target
PlotObject The backend object representing a plot where this visual should be added.
- color, alpha, width, linestyle
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.
- x
- Returns:
- ciliney_visual
any The backend object representing the interval line.
- ciliney_visual