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

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

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

revision 1.2 by enderton, Wed Feb 2 15:38:21 2005 UTC revision 1.3 by molod, Fri Apr 29 17:34:39 2005 UTC
# Line 31  UseNiceTickLabels = 1;  % Use nice tick Line 31  UseNiceTickLabels = 1;  % Use nice tick
31  Orientation = 'tall';   % Options: 'landscape', 'tall'  Orientation = 'tall';   % Options: 'landscape', 'tall'
32  Box         = 'on';     % Options: 'on', 'off'  Box         = 'on';     % Options: 'on', 'off'
33  Grid        = 'on';     % Options: 'on', 'off'  Grid        = 'on';     % Options: 'on', 'off'
34    Coast       = 0;
35    
36  CaxisFixed  = 1;   % Use fixed color axis.  CaxisFixed  = 1;   % Use fixed color axis.
37  CaxisMinMax = 1;   % Use minimum and maximum for color axis.  CaxisMinMax = 1;   % Use minimum and maximum for color axis.
# Line 69  linewidth = 1.5; Line 70  linewidth = 1.5;
70    
71  % Axis ranges.  % Axis ranges.
72  ylimO = [];  ylimO = [];
73  ylimA = [0,100000];  ylimA = [];

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

  ViewVC Help
Powered by ViewVC 1.1.22