arviz_plots.backend.step#
- arviz_plots.backend.step(x, y, target, *, color=<unset>, alpha=<unset>, width=<unset>, linestyle=<unset>, step_mode=<unset>, **artist_kws)[source]#
Interface to a step line plot.
- Parameters:
- x, yarray_like of
shape(n,) Data defining the step line.
- target
PlotObject The backend object representing a plot where this visual should be added.
- color, alpha, width, linestyle
any Properties of the generated visual.
- step_mode
any, optional Defines how the step transitions are drawn (e.g. pre, post, mid). Interpretation depends on the plotting backend.
- **artist_kws
Passed to the backend plotting function of the respective backend.
- x, yarray_like of
- Returns:
- step_visual
any The backend object representing the generated step line.
- step_visual