Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Jul 21, 2018
1 parent d451200 commit 003c975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epanet.m
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@
% linkSet2={'110','12','113'};
% colorLinkSet1={'k','k','k'};
% colorLinkSet2={'y','y','y'};
% d.Binplot('nodes','yes','links','yes','highlightnode',[nodeSet1 nodeSet2],'colornode',[colorNodeSet1 colorNodeSet2],...
% d.plot('nodes','yes','links','yes','highlightnode',[nodeSet1 nodeSet2],'colornode',[colorNodeSet1 colorNodeSet2],...
% 'highlightlink',[linkSet1 linkSet2],'colorlink',[colorLinkSet1 colorLinkSet2])
[value] = ENplot(obj,'bin',0,varargin{:});
end
Expand Down

0 comments on commit 003c975

Please sign in to comment.