/[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.3 by molod, Fri Apr 29 17:34:39 2005 UTC revision 1.4 by enderton, Wed Aug 10 19:58:03 2005 UTC
# Line 42  UseConLabel = 1;   % Use 'contour' conto Line 42  UseConLabel = 1;   % Use 'contour' conto
42  UseCnfLabel = 0;   % Use 'contourf' contour labels.  UseCnfLabel = 0;   % Use 'contourf' contour labels.
43  UseLegend   = 1;   % Put legend on (some) line plots.  UseLegend   = 1;   % Put legend on (some) line plots.
44    
45  LegendPlacement = 1; % See help for legend legend placement for options.  LegendPlacement = -1; % See help for legend legend placement for options.
46  TseXaxMod = .5;      % Time averaging sequential tick label mod factor.  TseXaxMod = .5;       % Time averaging sequential tick label mod factor.
47    
48  % Page layout parameters.  % Page layout parameters.
49  dxl   = .07;       % Left side margin.  dxl   = .07;       % Left side margin.
# Line 57  dym   = .08;       % Gap between subplot Line 57  dym   = .08;       % Gap between subplot
57  titlefac = 0.5;    % Fractional distance from first subplot to top.  titlefac = 0.5;    % Fractional distance from first subplot to top.
58    
59  % Fontsizes.  % Fontsizes.
60  fs_title    = 14;   % Font size:  Title.  fs_title    = 16;   % Font size:  Title.
61  fs_sptitle  = 14;   % Font size:  Subplot title.  fs_sptitle  = 16;   % Font size:  Subplot title.
62  fs_colorbar = 12;   % Font size:  Colorbar.  fs_colorbar = 12;   % Font size:  Colorbar.
63  fs_axis     = 12;   % Font size:  Axes.  fs_axis     = 14;   % Font size:  Axes.
64  fs_tick     = 12;   % Font size:  Tick label.  fs_tick     = 14;   % Font size:  Tick label.
65  fs_clabel   = 12;   % Font size:  Contour label.  fs_clabel   = 11;   % Font size:  Contour label.
66    
67  % Line details.  % Line details.
68  linecolors = {'b','r','k','g','c','m','y'};  linecolors = {'b','r','k','g','c','m','y'};
69  linewidth = 1.5;  linewidth = 1.5;
70    cmap = 'jet';
71    cmapcenter0 = 0;
72    
73  % Axis ranges.  % Axis ranges.
74  ylimO = [];  ylimO = [-5200,0];
75  ylimA = [];  ylimA = [0,100000];

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

  ViewVC Help
Powered by ViewVC 1.1.22