Reference > Methods > DrawScatterPlot Method > (Int32[][],Double[])

SharpPlot.DrawScatterPlot Method (Int32[][],Double[])

Scatter plot from multiple integer y and numeric x values.

public void DrawScatterPlot(
    int[][] yValues,
    double[] xValues
);
yValues
Data series to be plotted against the X-values.
xValues
Numeric vector of X-values that is used for all the above Y-values.

See also ...

SharpPlot Members | DrawScatterPlot Method


Send comments on this topic
© Dyalog Ltd 2013