Hello,
im using the pcolor plot in pylab to plot a two dimensional arrays with values between 0 and 1.
Some array entries do not make sense and i want some other color for them in the plot meaning they are not valid.
I tried to call pcolor two times with a differente color map hoping pylab would overlap them, but that didnt work.
How could I do this?
Thanks a lot, Thomas