Skip to content

Commit

Permalink
Change default opacity from 0.6 to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalt committed Nov 22, 2017
1 parent 58160c5 commit 7d6f4f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion +ups/@Connections/PlotViews.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
% __________________________________________________________
% Dmitrii Altukhov, [email protected]
if nargin < 2
opacity = 0.6;
opacity = 0.2;
end

if nargin < 3
Expand All @@ -54,6 +54,7 @@
alpha = obj.alpha;
end

lh = figure;
subplot(1,3,1)
light_handle = obj.Plot(opacity, linewidth, m_radius, icol, alpha);
view(0,0);
Expand Down

0 comments on commit 7d6f4f0

Please sign in to comment.