| 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. |
| 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]; |