arviz_plots.backend.multiple_lines#
- arviz_plots.backend.multiple_lines(x, y, target, *, color=<unset>, alpha=<unset>, width=<unset>, linestyle=<unset>, **artist_kws)[source]#
Interface to multiple line plots.
- Parameters:
- xarray_like of
shape(n,) Shared x-axis data.
- yarray_like of
shape(n,m) Y data defining multiple lines.
- target
PlotObject The backend object representing a plot where these visual elements 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.
- xarray_like of
- Returns:
- multiple_lines_visual
any The backend object representing the generated lines.
- multiple_lines_visual