Index: /issm/trunk-jpl/src/m/plot/applyoptions.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/applyoptions.m	(revision 15034)
+++ /issm/trunk-jpl/src/m/plot/applyoptions.m	(revision 15035)
@@ -243,8 +243,10 @@
 filename=(getfieldvalue(options,'expdisp'));
 style=(getfieldvalue(options,'expstyle'));
+linewidth=(getfieldvalue(options,'linewidth',1));
 for i=1:length(getfieldvalue(options,'expdisp')),
 	filenamei=filename{i};
 	stylei=style{i};
-	expdisp(filenamei,gcf,stylei,getfieldvalue(options,'linewidth',1),getfieldvalue(options,'unit',1));
+	linewidthi=linewidth{i};
+	expdisp(filenamei,gcf,stylei,linewidthi,getfieldvalue(options,'unit',1));
 end
 
Index: /issm/trunk-jpl/src/m/plot/plotdoc.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plotdoc.m	(revision 15034)
+++ /issm/trunk-jpl/src/m/plot/plotdoc.m	(revision 15035)
@@ -115,5 +115,5 @@
 disp('       ''expdisp'': plot exp file on top of a data plot. provide exp file as an argument (use a cell of strings if more than one)');
 disp('       ''expstyle'': marker style for expdisp plot (use a cell of strings if more than one)');
-disp('       ''linewidth'': line width for expdisp plot');
+disp('       ''linewidth'': line width for expdisp plot (use a cell of strings if more than one)');
 disp('       ''border'': size of display border (in pixels). active only for overlay plots');
 disp('       ''text'': print string, use a cell of strings if more than one');
