color grid or surface that has N grid cells (not N-1)
Posted: Mon Feb 14, 2005 7:08 pm
I am trying to make a color grid. I have a matrix of data with regular intervals. That is, the matrix looks like:
x11 x12 ... x1N
x21 x22 ... x2N
.. .. ..
xM1 xM2 ... xMN
I am basically trying to get a colored picture of the matrix, that is a grid that is NxM where each grid cell is colored according to the corresponging xij value.
The surface and color grid options in TeeChart create a surface with M-1 X N-1 grid cells. Each point, xij, therefore is a corner of on of the grid cells.
Is there any way to create the type of grid that I want?
Steve Bourne
x11 x12 ... x1N
x21 x22 ... x2N
.. .. ..
xM1 xM2 ... xMN
I am basically trying to get a colored picture of the matrix, that is a grid that is NxM where each grid cell is colored according to the corresponging xij value.
The surface and color grid options in TeeChart create a surface with M-1 X N-1 grid cells. Each point, xij, therefore is a corner of on of the grid cells.
Is there any way to create the type of grid that I want?
Steve Bourne