Changeset 2874
- Timestamp:
- 01/20/10 11:48:45 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r2872 r2874 222 222 end 223 223 224 %position of figure 225 if exist(options,'position'), 226 227 positionstring=getfieldvalue(options,'position'); 228 if strcmpi(positionstring,'larour'), 229 set(gcf,'Position',[1604 4 1594 1177]); 230 end 231 end 232 233 224 234 %axes position 225 235 if exist(options,'axesPosition') -
issm/trunk/src/m/classes/public/plot/plotdoc.m
r2827 r2874 117 117 disp(' dresp2 is a structure array of responses (where we only need mu and sigma)'); 118 118 disp(' hmin,hmax and hnint are the minimum, maximum and number of intervals of the histogram (optional)'); 119 disp(' ''position'': position of figure. specify name of person for which position settings are hardcoded in applyoptions.m'); 119 120 disp(' any options (except ''data'') can be followed by ''#i'' where ''i'' is the subplot number, or ''#all'' if applied to all plots'); 120 121 disp(' ');
Note:
See TracChangeset
for help on using the changeset viewer.