arviz_plots.backend.multiple_lines

Contents

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 lines.

Parameters:
x(N,) array_like

Shared data for the x axis

y(N, M) array_like

Data for the y values of the multiple lines

targetlist[Any]
color, alpha, width, linestyleAny, optional

See {ref}`backend_interface_arguments` for their description

**artist_kws

Extra keyword arguments. For the none backend they are stored as is to allow for rendering of the plot later on.

Returns:
dict

dictionary with the provided arguments and a “function” key to identify the backend function.