/[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

--- MITgcm_contrib/enderton/Diagnostics/DiagPlotDefaults.m	2005/04/29 17:34:39	1.3
+++ MITgcm_contrib/enderton/Diagnostics/DiagPlotDefaults.m	2005/08/10 19:58:03	1.4
@@ -42,8 +42,8 @@
 UseCnfLabel = 0;   % Use 'contourf' contour labels.
 UseLegend   = 1;   % Put legend on (some) line plots.
 
-LegendPlacement = 1; % See help for legend legend placement for options.
-TseXaxMod = .5;      % Time averaging sequential tick label mod factor.
+LegendPlacement = -1; % See help for legend legend placement for options.
+TseXaxMod = .5;       % Time averaging sequential tick label mod factor.
 
 % Page layout parameters.
 dxl   = .07;       % Left side margin.
@@ -57,17 +57,19 @@
 titlefac = 0.5;    % Fractional distance from first subplot to top.
 
 % Fontsizes.
-fs_title    = 14;   % Font size:  Title.
-fs_sptitle  = 14;   % Font size:  Subplot title.
+fs_title    = 16;   % Font size:  Title.
+fs_sptitle  = 16;   % Font size:  Subplot title.
 fs_colorbar = 12;   % Font size:  Colorbar.
-fs_axis     = 12;   % Font size:  Axes.
-fs_tick     = 12;   % Font size:  Tick label.
-fs_clabel   = 12;   % Font size:  Contour label.
+fs_axis     = 14;   % Font size:  Axes.
+fs_tick     = 14;   % Font size:  Tick label.
+fs_clabel   = 11;   % Font size:  Contour label.
 
 % Line details.
 linecolors = {'b','r','k','g','c','m','y'};
 linewidth = 1.5;
+cmap = 'jet';
+cmapcenter0 = 0;
 
 % Axis ranges.
-ylimO = [];
-ylimA = [];
+ylimO = [-5200,0];
+ylimA = [0,100000];

 

  ViewVC Help
Powered by ViewVC 1.1.22