Skip to content

Commit

Permalink
Merge pull request sccn#124 from rgougelet/patch-1
Browse files Browse the repository at this point in the history
Update eegplot.m. It seems to work fine as well in Unix. Thanks @rgougelet 
Ramon
  • Loading branch information
nucleuscub authored Jan 28, 2020
2 parents fde1203 + fd72f6e commit b33dbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/sigprocfunc/eegplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@
eegplot('scaleeye', 'off', gcf);
end

eegplot('drawp', 0);
% eegplot('drawp', 0);
eegplot('drawp', 0);
if g.dispchans ~= g.chans
eegplot('zoom', gcf);
Expand Down Expand Up @@ -2079,7 +2079,7 @@
end
end
set(fig,'UserData', g);
eegplot('drawp', 0); % redraw background
% eegplot('drawp', 0); % redraw background
end
end
elseif strcmp(get(fig, 'SelectionType'),'normal');
Expand Down

0 comments on commit b33dbbd

Please sign in to comment.