Index: /issm/trunk/src/m/classes/public/plot/applyoptions.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/applyoptions.m	(revision 2873)
+++ /issm/trunk/src/m/classes/public/plot/applyoptions.m	(revision 2874)
@@ -222,4 +222,14 @@
 end
 
+%position of figure
+if exist(options,'position'),
+	
+	positionstring=getfieldvalue(options,'position');
+	if strcmpi(positionstring,'larour'),
+		set(gcf,'Position',[1604 4 1594 1177]);
+	end
+end
+
+
 %axes position
 if exist(options,'axesPosition')
Index: /issm/trunk/src/m/classes/public/plot/plotdoc.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/plotdoc.m	(revision 2873)
+++ /issm/trunk/src/m/classes/public/plot/plotdoc.m	(revision 2874)
@@ -117,4 +117,5 @@
 disp('                  dresp2 is a structure array of responses (where we only need mu and sigma)');
 disp('                  hmin,hmax and hnint are the minimum, maximum and number of intervals of the histogram (optional)');
+disp('       ''position'': position of figure. specify name of person for which position settings are hardcoded in applyoptions.m');
 disp('       any options (except ''data'') can be followed by ''#i'' where ''i'' is the subplot number, or ''#all'' if applied to all plots');
 disp('  ');
