Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalt committed Nov 23, 2017
1 parent 292b5f2 commit 6890bdd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions +ups/@Bundles/Plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
colorScheme = GetColors(3);
bg_color = colorScheme(1).RGB;
colors = {colorScheme(2:end).RGB};

% ------------ Draw brain ------------------- %
% figure;
h_br = trisurf(obj.Ctx.Faces, ...
Expand Down Expand Up @@ -147,13 +148,7 @@
else
mr = m_radius;
end
% if iSet == 1
% c = colors{2};
% alpha = 1;
% else
% c = colors{1};
% alpha = 0.3;
% end

if isscalar(alpha)
alpha_ = alpha;
else
Expand All @@ -166,5 +161,6 @@
set(lineHandles{i}, 'ButtonDownFcn', @obj.PlotPhase); % make connections clickable
end
end
set(gcf, 'color', 'k');
% ----------------------------------------------------------- %
end

0 comments on commit 6890bdd

Please sign in to comment.