| Contents > SharpPlot > Methods | Index |
SharpPlot.DrawResponsePlot Method (Double[][],Double[],Double[])
Create surface from multiple sets of z-values with matched x and y values.
public void DrawResponsePlot(
double[][] zValues,
double[] xValues,
double[] yValues
);
