Reference > Methods > DrawVectors Method > (Double[],Double[],Double[],Double[])

SharpPlot.DrawVectors Method (Double[],Double[],Double[],Double[])

Vector plot from 4 arrays giving x1 y1 x2 y2 for each node.

public void DrawVectors(
    double[] x1,
    double[] y1,
    double[] x2,
    double[] y2
);

See also ...

SharpPlot Members | DrawVectors Method


Send comments on this topic
© Dyalog Ltd 2013