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

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

Scatter plot from multiple y and integer x values.

public void DrawScatterPlot(
    double[][] yValues,
    int[] 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