The color of each point on the plot.
Setter.
The size of a point. (Default 10).
Setter
The symbol that should be used on the plot. x and o work pretty well. The default is x.
Setter
Factory method for creating a ScatterPlot. x and y must both be input ranges of the same length, with elements implicitly convertible to doubles. Note that they are copied inside the factory, so changes to the original ranges after calling this factory will not affect the plot.
Convenience factory that produces a ScatterPlot with a default X axis numbered 1, 2, ..., N where N is the number of points. Mostly useful for quick and dirty plots.
Returns true if this plot type supports legends, otherwise false.
Convenience method that instantiates a Figure object with this plot. Useful for creating single-plot figures w/o a lot of boilerplate.
Instantiates a Figure object with this plot and also places the default axes and tick labeling and title for the plot type, if any, on the Figure. If a plot type has no default labeling, simply forwards to toFigure().
The leftmost point on the plot.
The rightmost point on the plot.
The topmost point on the plot.
The bottommost point on the plot.
Class for drawing a scatter plot.