Im trying to implement a waterfall plot using qwt spectrogram, i can already plot instantaneous data on the spectrogram using QwtMatrixRasterData::setValueMatrix and am wondering if i should be implementing the value() method instead. Why would someone use value method over setvaluematrix? I have seen it done both ways.