Changeset 610 for trunk/UTIL/PYTHON/myscript.py
- Timestamp:
- Mar 31, 2012, 7:33:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myscript.py
r569 r610 38 38 parser.add_option('--xlabel', action='store',dest='xlab', type="string", default=None, help='customize the x-axis label') 39 39 parser.add_option('--ylabel', action='store',dest='ylab', type="string", default=None, help='customize the y-axis label') 40 parser.add_option('--labels', action='store',dest='labels', type="string", default=None, help='customize 1D curve labels. Str ing separated by commas. [None]')40 parser.add_option('--labels', action='store',dest='labels', type="string", default=None, help='customize 1D curve labels. Str comma-separated. [None]') 41 41 42 42 ### SPECIFIC FOR MAPPING [MAPMODE 1]
Note: See TracChangeset
for help on using the changeset viewer.