SharpPlot Reference > SharpPlot Methods > DrawNetworkMap Method > (Double[][],Int32[],Int32[]) SharpPlot.DrawNetworkMap Method (Double[][],Int32[],Int32[])
Draw a network of links with specified node positions.
public void DrawNetworkMap(
double[][] data,
int[] xValues,
int[] yValues
);
-
data
- Link strengths between nodes.
-
xValues
- X positions of nodes.
-
yValues
- Y positions of nodes.
See also ...SharpPlot Members | SharpPlot.DrawNetworkMap Method
Send comments on this topic © Dyalog Ltd 2021
|