56 |
|
|
57 |
% Set panel settings to default values, override with optional |
% Set panel settings to default values, override with optional |
58 |
% settings. |
% settings. |
59 |
|
DiagPlotDefaults; |
60 |
ExpInfo = page{inrow}{incol}; |
ExpInfo = page{inrow}{incol}; |
61 |
for iarg = 14:2:length(ExpInfo) |
for iarg = 14:2:length(ExpInfo) |
62 |
if ~ismember(ExpInfo{iarg},diagrunparam) |
if ~ismember(ExpInfo{iarg},diagrunparam) |
95 |
subplot(nrow,ncol,isp); hold on; |
subplot(nrow,ncol,isp); hold on; |
96 |
set(gca,'position',[xi,yi,dx,dy],'fontsize',fs_axis); |
set(gca,'position',[xi,yi,dx,dy],'fontsize',fs_axis); |
97 |
|
|
98 |
|
if Coast |
99 |
|
fac = pi./180; |
100 |
|
xax{inrow}{incol} = xax{inrow}{incol}.*fac; |
101 |
|
yax{inrow}{incol} = yax{inrow}{incol}.*fac; |
102 |
|
else, fac = 1; end |
103 |
|
|
104 |
% (Re)set axes and color axis -- Accounts for things like a possible |
% (Re)set axes and color axis -- Accounts for things like a possible |
105 |
% colorbar, or trimming the axis in certain ways. |
% colorbar, or trimming the axis in certain ways. |
106 |
% Apply desired colorbar, contour label, tick labels, box, grid, and |
% Apply desired colorbar, contour label, tick labels, box, grid, and |