--- MITgcm_contrib/enderton/Diagnostics/DiagPlotDefaults.m 2005/01/31 15:43:27 1.1 +++ MITgcm_contrib/enderton/Diagnostics/DiagPlotDefaults.m 2005/08/10 19:58:03 1.4 @@ -31,6 +31,7 @@ Orientation = 'tall'; % Options: 'landscape', 'tall' Box = 'on'; % Options: 'on', 'off' Grid = 'on'; % Options: 'on', 'off' +Coast = 0; CaxisFixed = 1; % Use fixed color axis. CaxisMinMax = 1; % Use minimum and maximum for color axis. @@ -41,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. @@ -56,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];