Changeset 21443


Ignore:
Timestamp:
12/14/16 05:24:38 (9 years ago)
Author:
sjohnsen
Message:

New added vertex and elementnumbering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plotdoc.py

    r21435 r21443  
    1818                                                'driving_stress':' plot the driving stress (in kPa)',
    1919                                                'elements_type':' model used for each element',
    20                                                 'vertexnumbering':' numbering of vertices',
    21                                                 'highlightelements':' to highlight elements to highlight the element list',
     20                                               
    2221                                                'highlightvertices':' to highlight vertices (use highlight option to enter the vertex list',
    2322                                                'referential':' stressbalance referential',
     
    6261                                                 'fontweight':" fontweight for the title 'normal', 'bold'",
    6362                                                 'fontcolor':" TODO",
    64                                                  'highlight':" highlights certain nodes or elements when using 'nodenumbering' or 'elementnumbering' or 'highlightnodes ' or 'highlightelements' option",
     63                                                 'highlight':" highlights certain nodes or elements when using 'vetrexnumbering' or 'elementnumbering' or 'highlightvertices ' or 'highlightelements' option",
    6564                                                 'title':" subplot title (string)",
    6665                                                 'xlim':" limits of X axis (all subplots) (ex: [0,500])",
     
    9190                                                 'overlaylims':" normalized limits to clip and stretch contrast of overlay image (in [0,1], ex. [0.25,0.75]) ",
    9291                                                 'alpha':" set transparency of plotted data (in [0,1]) ",
     92                                                 'vertexnumbering':' numbering of vertices',
     93                                                 'elementnumbering':' numbering of elements (matlab indices)',
     94                                                 'highlightelements':' to highlight elements to highlight the element list',
    9395                                                 'layer':"number of the layer to display for 3D runs"}
    9496
Note: See TracChangeset for help on using the changeset viewer.