source: issm/oecreview/Archive/24684-25833/ISSM-25791-25792.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 758 bytes
  • ../trunk-jpl/src/m/plot/plotchannels.m

     
    2121
    2222%is quiver?
    2323isquiver = (getfieldvalue(options,'quiver',0)==1);
     24linewidth = getfieldvalue(options,'linewidth',2);
    2425
    2526%define level
    2627if isquiver
     
    113114%Loop over all levels and plot
    114115for i=1:numcolors
    115116        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);
    117118        if i==1; hold on; end
    118119
    119120        if isquiver
Note: See TracBrowser for help on using the repository browser.