arviz_plots.backend.vline#
- arviz_plots.backend.vline(x, target, *, color=<unset>, alpha=<unset>, width=<unset>, linestyle=<unset>, **artist_kws)[source]#
Interface to a vertical reference line.
- Parameters:
- x
floator array_like X position(s) where the vertical line(s) should be drawn.
- 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:
- vline_visual
any The backend object representing the vertical line.
- vline_visual