Doug’s MATLAB Video Tutorials

March 27th, 2009

Setting the colormap to be consistent across axes.

I love getting short, concise questions from fellow MATLAB users. One that I got recently looked like this:
I have some data that I want to plot with contourf using a colormap that spans from 0 to 1, but with everything I have tried the range keeps resetting to the range of the current data being plotted.  I want a constant colormap range so that I can accurately compare plots with data that span different ranges.
This is a question that is applicable to many people, in different situations. The short answer is that you set the CLIM property of the axes. The long answer is in the video!

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of The MathWorks.