Index: /issm/trunk/src/m/model/plot/plot_section.m
===================================================================
--- /issm/trunk/src/m/model/plot/plot_section.m	(revision 10750)
+++ /issm/trunk/src/m/model/plot/plot_section.m	(revision 10751)
@@ -25,6 +25,6 @@
 %Get number of curves and generate random colors
 numcurves=size(data,2);
-colorm=getfieldvalue(options,'colormap','lines');
-color=eval([ colorm '(numcurves);'])
+colorm=getfieldvalue(options,'colormap','line');
+color=eval([ colorm '(numcurves);']);
 options=removefield(options,'colormap',0); %back to default colormap
 
@@ -68,6 +68,14 @@
 		end
 
-		%2D
-		if is2d
+		%plot section value
+		hold on;
+		subplot(nlines,ncols,index1)
+		%subplot(1,3,[2 3])
+		plot(s,data_s,'color',color(i,:),'LineWidth',getfieldvalue(options,'linewidth',1))
+		%3D
+	else
+		%plot section value
+		%if user requested view2: 2d plot with curvilinear coordinate
+		if (getfieldvalue(options,'view',3)==2 )
 
 			%Show Section if requested by user
