esppy.plotting.StreamingChart.scatter

StreamingChart.scatter(self, x, y, label=None, color=None, fill_color=None, line_color=None, line_width=None, point_radius=3, point_style=None, display=False)

Create a scatter chart

Parameters
xstring

The x-axis variable name

ystring

The y-axis variable name

labelstring, optional

The label for the data set (used in the legend)

colorstring, optional

CSS color value for the stroke color

fill_colorstring, optional

The fill color for data points

line_colorstring, optional

Alias for color

line_widthint or float, optional

The stroke thickness of the data points

point_radiusint or float, optional

The radius of the data points

point_stylestring, optional

The point style for each data point: ‘circle’, ‘cross’, ‘cross-rot’, ‘dash’, ‘line’, ‘rect’, ‘rect-rounded’, ‘star’, ‘triangle’

displaybool, optional

Should the line itself be displayed?