SharpPlot Reference > SharpPlot Methods > DrawTriangle Method > (Double[],Double[],Double[]) SharpPlot.DrawTriangle Method (Double[],Double[],Double[])
Triangle plot of 3 arrays of proportions.
public void DrawTriangle(
double[] s1,
double[] s2,
double[] 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
|