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