Changeset 8016
- Timestamp:
- 04/21/11 14:59:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plotdoc.m
r8001 r8016 83 83 disp(' ''streamlines'': N (number of stream lines) or {[x1 y1],...} (coordinates of seed points) add streanlines on current figure'); 84 84 disp(' ''edgecolor'': same as standard matlab option EdgeColor (color name: ''black'' or RGB array: [0.5 0.2 0.8])'); 85 disp(' ''fontsize'': same as standard matlab option ( normal: ''n'',bold: ''b'',light: ''l'',demi: ''d'')');86 disp(' ''fontweight'': same as standard matlab option ( 10,14,...)');85 disp(' ''fontsize'': same as standard matlab option (10,14,...)'); 86 disp(' ''fontweight'': same as standard matlab option (normal: ''n'',bold: ''b'',light: ''l'',demi: ''d'')'); 87 87 disp(' ''fontcolor'': same as standard matlab option'); 88 88 disp(' ''highlight'': highlights certain grids or elements when using ''gridnumbering'' or ''elementnumbering'' or ''highlightgrids '' or ''highlightelements'' option');
Note:
See TracChangeset
for help on using the changeset viewer.