arviz_plots.backend.scatter

Contents

arviz_plots.backend.scatter#

arviz_plots.backend.scatter(x, y, target, *, size=None, marker=None, alpha=None, color=None, facecolor=None, edgecolor=None, width=None, **artist_kws)[source]#

Interface to a line plot.

Add a line plot to the given target.

Parameters:
x, yarray_like
targetplot type
sizefloat or array_like of float
markerany

The character | must be a valid marker as it is the default for rug plots.

alphafloat
colorany

Set both facecolor and edgecolor simultaneously but without overriding them if present.

facecolorany

Color of the marker filling.

edgecolorany

Color of the marker edge.

widthfloat

Width of the marker edge.

**artist_kwsmapping