arviz_plots.visuals.scatter_xy

Contents

arviz_plots.visuals.scatter_xy#

arviz_plots.visuals.scatter_xy(da, target, x=None, y=None, mask=None, **kwargs)[source]#

Plot a scatter plot 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’. If a mask is provided, it is applied to both x and y values.