Changeset 8016


Ignore:
Timestamp:
04/21/11 14:59:25 (14 years ago)
Author:
jschierm
Message:

Fixed typo in plotdoc.m that tripped me up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/plotdoc.m

    r8001 r8016  
    8383disp('       ''streamlines'': N (number of stream lines) or {[x1 y1],...} (coordinates of seed points) add streanlines on current figure');
    8484disp('       ''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,...)');
     85disp('       ''fontsize'': same as standard matlab option (10,14,...)');
     86disp('       ''fontweight'': same as standard matlab option (normal: ''n'',bold: ''b'',light: ''l'',demi: ''d'')');
    8787disp('       ''fontcolor'': same as standard matlab option');
    8888disp('       ''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.