Changeset 2720
- Timestamp:
- 12/11/09 07:44:57 (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
r2698 r2720 173 173 filenamei=filename{i}; 174 174 stylei=style{i}; 175 expdisp(filenamei,gcf,stylei,getfieldvalue(options,' unit',1));175 expdisp(filenamei,gcf,stylei,getfieldvalue(options,'linewidth',1),getfieldvalue(options,'unit',1)); 176 176 end 177 177 -
issm/trunk/src/m/classes/public/plot/plotdoc.m
r2696 r2720 90 90 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)'); 91 91 disp(' ''expstyle'': marker style for expdisp plot (use a cell of strings if more than one)'); 92 disp(' ''linewidth'': line width for expdisp plot'); 92 93 disp(' ''border'': size of display border (in pixels). active only for overlay plots'); 93 94 disp(' ''text'': print string, use a cell of strings if more than one');
Note:
See TracChangeset
for help on using the changeset viewer.