I'm using a QwtPlotSpectrogram with a custom QwtRasterData to plot 2D data with widely varying values. I would like to plot using a logarithmic color scale instead of a linear one. Is there a simple way to do this?
My alternative is to feed log(value(x,y)) when QwtRasterData calculates the value. However, then my color bar will show the values in log, rather than the absolute values which is what I want - any suggestions there?
Thanks!