arviz_plots.visuals.line_xy#
- arviz_plots.visuals.line_xy(da, target, x=None, y=None, **kwargs)[source]#
Plot a line x vs y.
The input argument da is split into x and y using the dimension
plot_axis
. If additional x and y arguments are provided, x and y are added to the values in the da dataset sliced along plot_axis=’x’ and plot_axis=’y’.