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