source:
issm/oecreview/Archive/24684-25833/ISSM-25791-25792.diff@
25834
Last change on this file since 25834 was 25834, checked in by , 4 years ago | |
---|---|
File size: 758 bytes |
-
../trunk-jpl/src/m/plot/plotchannels.m
21 21 22 22 %is quiver? 23 23 isquiver = (getfieldvalue(options,'quiver',0)==1); 24 linewidth = getfieldvalue(options,'linewidth',2); 24 25 25 26 %define level 26 27 if isquiver … … 113 114 %Loop over all levels and plot 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 119 120 if isquiver
Note:
See TracBrowser
for help on using the repository browser.