Skip to content
Snippets Groups Projects
Commit a94d6aea authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files
parents b7e7e46e 3af27cee
No related branches found
No related tags found
No related merge requests found
......@@ -93,13 +93,10 @@ plot_Tsg( hMainFig, hPlotAxes, 2, tsg.DAYD, tsg.(PARA{2}), tsg.([PARA{1} '_QC'])
% Plot SSPS, with no code, on axe3
% --------------------------------
plot_Tsg( hMainFig, hPlotAxes, 3, tsg.DAYD, tsg.([PARA{1} '_ADJUSTED']), [],...
[PARA{1} '_ADJUSTED'],'r','none','*',2);
plot_Tsg( hMainFig, hPlotAxes, 3, tsg.DAYD, tsg.(PARA{2}),...
[],PARA{2},'k','none','*',2);
% Plot TSG_ADJUSTED + ERROR on axe 3
% Plot ERROR + TSG_ADJUSTED on axe 3
% -----------------------------------
if iERR ~= 0
plot_Tsg( hMainFig, hPlotAxes, 3, tsg.DAYD(iERR),...
......@@ -110,4 +107,7 @@ if iERR ~= 0
[], [PARA{1} '_ADJUSTED'],'g','none','*',2);
end
plot_Tsg( hMainFig, hPlotAxes, 3, tsg.DAYD, tsg.([PARA{1} '_ADJUSTED']), [],...
[PARA{1} '_ADJUSTED'],'r','none','*',2);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment