arviz_plots.backend.none.multiple_lines

Contents

arviz_plots.backend.none.multiple_lines#

arviz_plots.backend.none.multiple_lines(x, y, target, *, color=<arviz_plots.backend.none.UnsetDefault object>, alpha=<arviz_plots.backend.none.UnsetDefault object>, width=<arviz_plots.backend.none.UnsetDefault object>, linestyle=<arviz_plots.backend.none.UnsetDefault object>, **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.