Creates a Heatmap
from a double[,]
and a Colormap
.
AxisXY
object which specifes the parent of this node. double
which specifies the minimum x-value of the color data. double
which specifies the maximum x-value of the color data. double
which specifies the minimum y-value of the color data. double
which specifies the maximum y-value of the color data. double
which specifies the data value that corresponds to the initial (t=0) value in the Colormap
. double
which specifies the data value that corresponds to the final (t=1) value in the Colormap
. double[,]
containing the data values. The x-interval (xmin, xmax) is uniformly divided and mapped into the first index of data. The y-interval (ymin, ymax) is uniformly divided and mapped into the second index of data. So, the value of data[0,0]
is used to determine the color of the cell whose lower left corner is (xmin, ymin).
If a cell has a data value equal to t then its color is the value of the colormap at s, where
.Heatmap Class | Imsl.Chart2D Namespace | Heatmap Constructor Overload List