Index: /issm/trunk-jpl/src/m/plot/plotchannels.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plotchannels.m	(revision 25791)
+++ /issm/trunk-jpl/src/m/plot/plotchannels.m	(revision 25792)
@@ -22,4 +22,5 @@
 %is quiver?
 isquiver = (getfieldvalue(options,'quiver',0)==1);
+linewidth = getfieldvalue(options,'linewidth',2);
 
 %define level
@@ -114,5 +115,5 @@
 for i=1:numcolors
 	pos=find(colorind==i);
-	hprime=plot(md.mesh.x(myedges(:,pos)),md.mesh.y(myedges(:,pos)),'-','Color',palette(i,:),'LineWidth',2);
+	hprime=plot(md.mesh.x(myedges(:,pos)),md.mesh.y(myedges(:,pos)),'-','Color',palette(i,:),'LineWidth',linewidth);
 	if i==1; hold on; end
 
