SharpPlot Reference > SharpPlot Methods > DrawTriangle Method > (Int32[],Int32[],Int32[]) SharpPlot.DrawTriangle Method (Int32[],Int32[],Int32[])
Triangle plot of 3 arrays of counts.
public void DrawTriangle(
int[] s1,
int[] s2,
int[] s3
);
-
s1
- First set of counts.
-
s2
- Second set of counts.
-
s3
- Third set of counts.
See also ...SharpPlot Members | SharpPlot.DrawTriangle Method
Send comments on this topic © Dyalog Ltd 2021
|