Changeset 25792
- Timestamp:
- 12/01/20 09:27:15 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotchannels.m
r25779 r25792 22 22 %is quiver? 23 23 isquiver = (getfieldvalue(options,'quiver',0)==1); 24 linewidth = getfieldvalue(options,'linewidth',2); 24 25 25 26 %define level … … 114 115 for i=1:numcolors 115 116 pos=find(colorind==i); 116 hprime=plot(md.mesh.x(myedges(:,pos)),md.mesh.y(myedges(:,pos)),'-','Color',palette(i,:),'LineWidth', 2);117 hprime=plot(md.mesh.x(myedges(:,pos)),md.mesh.y(myedges(:,pos)),'-','Color',palette(i,:),'LineWidth',linewidth); 117 118 if i==1; hold on; end 118 119
Note:
See TracChangeset
for help on using the changeset viewer.