Changeset 21443
- Timestamp:
- 12/14/16 05:24:38 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotdoc.py
r21435 r21443 18 18 'driving_stress':' plot the driving stress (in kPa)', 19 19 'elements_type':' model used for each element', 20 'vertexnumbering':' numbering of vertices', 21 'highlightelements':' to highlight elements to highlight the element list', 20 22 21 'highlightvertices':' to highlight vertices (use highlight option to enter the vertex list', 23 22 'referential':' stressbalance referential', … … 62 61 'fontweight':" fontweight for the title 'normal', 'bold'", 63 62 '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", 65 64 'title':" subplot title (string)", 66 65 'xlim':" limits of X axis (all subplots) (ex: [0,500])", … … 91 90 'overlaylims':" normalized limits to clip and stretch contrast of overlay image (in [0,1], ex. [0.25,0.75]) ", 92 91 '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', 93 95 'layer':"number of the layer to display for 3D runs"} 94 96
Note:
See TracChangeset
for help on using the changeset viewer.