Skip to content
Snippets Groups Projects
Commit a7e8fa56 authored by leprob001's avatar leprob001
Browse files

The lines indicating deployment and recovering of the soundsources are now...

The lines indicating deployment and recovering of the soundsources are now either black or in soundsource color.
parent 7b561a9e
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ for o = 1:length(fnames) ...@@ -143,7 +143,7 @@ for o = 1:length(fnames)
plot( ... plot( ...
artoaGui.figures.editTimeOfArrival.CurrentAxes, ... artoaGui.figures.editTimeOfArrival.CurrentAxes, ...
[soundSourceBegin soundSourceBegin], [yMax yMin], ... [soundSourceBegin soundSourceBegin], [yMax yMin], ...
'color', [1 .4 .4], ... 'color', soundsourceColor, ...
'LineStyle', '-.' ... 'LineStyle', '-.' ...
); );
end end
...@@ -165,7 +165,7 @@ for o = 1:length(fnames) ...@@ -165,7 +165,7 @@ for o = 1:length(fnames)
plot( ... plot( ...
artoaGui.figures.editTimeOfArrival.CurrentAxes, ... artoaGui.figures.editTimeOfArrival.CurrentAxes, ...
[soundSourceEnd soundSourceEnd], [yMax yMin], ... [soundSourceEnd soundSourceEnd], [yMax yMin], ...
'color', [1 .4 .4], ... 'Color', soundsourceColor, ...
'LineStyle', '-.' ... 'LineStyle', '-.' ...
); );
end end
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment