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
);
-
x1
- deceiv #.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.
-
y1
- 4 series of x y x y.
-
x2
- deceiv #.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.
-
y2
- 4 series of x y x y.
See also ...SharpPlot Members | SharpPlot.DrawVectors Method
Send comments on this topic © Dyalog Ltd 2021
|