SharpPlot Reference > SharpPlot Methods > DrawContourPlot Method > (Double[],Double[],Double[]) SharpPlot.DrawContourPlot Method (Double[],Double[],Double[])
Contour plot from 3 arrays of double values.
public void DrawContourPlot(
double[] xValues,
double[] yValues,
double[] zValues
);
See also ...SharpPlot Members | SharpPlot.DrawContourPlot Method
Send comments on this topic © Dyalog Ltd 2021
|