NPlot Documented Class Library

ImagePlot Constructor (Double[,], Double, Double, Double, Double)

[This is preliminary documentation and subject to change.]

Constructor

public ImagePlot(
   double[,] data,
   double xStart,
   double xStep,
   double yStart,
   double yStep
);

Parameters

data
the 2D array to plot
xStart
the world value corresponding to the 1st position in the x-direction
xStep
the world step size between pixels in the x-direction.
yStart
the world value corresponding to the 1st position in the y-direction
yStep
the world step size between pixels in the y-direction.

Remarks

no adapters for this yet - when we get some more 2d plotting functionality, then perhaps create some.

See Also

ImagePlot Class | NPlot Namespace | ImagePlot Constructor Overload List