I want to plot the time evolution of a process using contourf in Matlab. The problem is at different time steps Matlab finds the maximum and minimum of my data and sets the colors accordingly, so p=1000 in the first plot could be blue and in the next plot could have some other color. Is there any way to make the colors consistent such that each value has a certain color irrespective of maximum and minimum values?
Thanks