/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/DiagPlotMisc.m
ViewVC logotype

Diff of /MITgcm_contrib/enderton/Diagnostics/DiagPlotMisc.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by enderton, Wed Aug 10 19:58:03 2005 UTC revision 1.7 by enderton, Mon Sep 12 20:13:21 2005 UTC
# Line 12  end Line 12  end
12    
13  % Apply desired colormap.  % Apply desired colormap.
14  if ~isequal(cmap,'')  if ~isequal(cmap,'')
15      if isequal(cmap,'black')      if isequal(cmap,'solid-dashed')
16            % Accounted for in DiagPlotMakePlot.
17        elseif isequal(cmap,'black')
18          colormap([0,0,0]);          colormap([0,0,0]);
19      elseif isequal(cmap,'bwr')      elseif isequal(cmap,'bwr')
20          load('BWR_6.mat');          load('BWR_6.mat');

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22