Index: /issm/trunk/src/m/classes/public/plot/applyoptions.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/applyoptions.m	(revision 2719)
+++ /issm/trunk/src/m/classes/public/plot/applyoptions.m	(revision 2720)
@@ -173,5 +173,5 @@
 	filenamei=filename{i};
 	stylei=style{i};
-	expdisp(filenamei,gcf,stylei,getfieldvalue(options,'unit',1));
+	expdisp(filenamei,gcf,stylei,getfieldvalue(options,'linewidth',1),getfieldvalue(options,'unit',1));
 end
 
Index: /issm/trunk/src/m/classes/public/plot/plotdoc.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/plotdoc.m	(revision 2719)
+++ /issm/trunk/src/m/classes/public/plot/plotdoc.m	(revision 2720)
@@ -90,4 +90,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('       ''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');
