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

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

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

revision 1.3 by enderton, Wed Aug 10 19:58:04 2005 UTC revision 1.4 by enderton, Thu Aug 11 14:40:22 2005 UTC
# Line 16  end Line 16  end
16  % (and in the horizontal for that matter).  % (and in the horizontal for that matter).
17  if isequal(pst,'Grd')  if isequal(pst,'Grd')
18      if isCS      if isCS
19          merccube(xax{inrow}{incol},yax{inrow}{incol},plotdata);          merccube_mod(xax{inrow}{incol},yax{inrow}{incol},plotdata);
20      else      else
21          imagesc(xax{inrow}{incol},yax{inrow}{incol},plotdata);          imagesc(xax{inrow}{incol},yax{inrow}{incol},plotdata);
22      end      end
# Line 24  if isequal(pst,'Grd') Line 24  if isequal(pst,'Grd')
24  % Make interpolated plot.  % Make interpolated plot.
25  elseif isequal(pst,'Int')  elseif isequal(pst,'Int')
26      if isCS      if isCS
27          merccube(xax{inrow}{incol},yax{inrow}{incol},plotdata);          merccube_mod(xax{inrow}{incol},yax{inrow}{incol},plotdata);
28          shading interp;          shading interp;
29      else      else
30          pcolor(xax{inrow}{incol},yax{inrow}{incol},plotdata);          pcolor(xax{inrow}{incol},yax{inrow}{incol},plotdata);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22