Skip to content
Snippets Groups Projects
Commit 3af27cee authored by gael.alory_legos.obs-mip.fr's avatar gael.alory_legos.obs-mip.fr
Browse files

Switch order of adjusted time series and error range plotting to better...

Switch order of adjusted time series and error range plotting to better display adjusted time series
parent 0565e3a6
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