My data is stored in two dimensional array of doubles. In first version I want program to plot all values from this data array where cell [x][y] of array corespond to (x,y) pixel position on the canvas. What else and how should i implement besides QwtRasterData::value method.

Thank You for reply.