| SharpPlot Reference > SharpPlot Methods > DrawScatterPlot Method >  (Double[][],Double[]) SharpPlot.DrawScatterPlot Method (Double[][],Double[])Scatter plot from multiple y series and matching x values. public void DrawScatterPlot(
    double[][] yValues,
    double[] xValues
);
yValuesData series to be plotted against the X-values.
xValuesNumeric vector of X-values that is used for all the above Y-values.
 See also ...SharpPlot Members | SharpPlot.DrawScatterPlot Method 
 Send comments on this topic© Dyalog Ltd 2021
 |