| SharpPlot Reference > SharpPlot Methods > DrawVectors Method >  (Double[],Double[],Double[],Double[]) SharpPlot.DrawVectors Method (Double[],Double[],Double[],Double[])Vector plot from 4 series. public void DrawVectors(
    double[] x1,
    double[] y1,
    double[] x2,
    double[] y2
);
x1deceiv #.cc.checkforargs into believing this is mult-arg so that DrawVectors(a b c d) does DrawVectors(a,b,c,d) and not DrawVectors(new double[][]{a,b,c,d}) for #.qa.figs.VectorFigs.
y14 series of x y x y.
x2deceiv #.cc.checkforargs into believing this is mult-arg so that DrawVectors(a b c d) does DrawVectors(a,b,c,d) and not DrawVectors(new double[][]{a,b,c,d}) for #.qa.figs.VectorFigs.
y24 series of x y x y.
 See also ...SharpPlot Members | SharpPlot.DrawVectors Method 
 Send comments on this topic© Dyalog Ltd 2021
 |