Skip to content
Snippets Groups Projects
Commit f954799e authored by Yves Gouriou's avatar Yves Gouriou
Browse files

ne trace que les positions pour lesquelles il y a une valeur de SSS

parent 7ab56ce7
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ if ~isempty( ind )
% plot tsg salinity sample with right code/color
% ----------------------------------------------
ind = find( tsg.SSPS_QC == qcCode );
ind = find( tsg.SSPS_QC == qcCode & isnan(tsg.SSPS) == 0);
if ~isempty( ind )
m_line(tsg.LONX(ind),tsg.LATX(ind), 'LineStyle', 'none', 'marker','*',...
'markersize',2,'color',qcColor);
......
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