SharpPlot Reference > SharpPlot Methods > DrawBoxPlot Method > (Double[],Boolean[],Boolean[]) SharpPlot.DrawBoxPlot Method (Double[],Boolean[],Boolean[])
Construct box-whisker plot from data array and two boolean categories.
public void DrawBoxPlot(
double[] data,
bool[] cat1,
bool[] cat2
);
See also ...SharpPlot Members | SharpPlot.DrawBoxPlot Method
Send comments on this topic © Dyalog Ltd 2021
|