Changeset 457 for trunk/UTIL/PYTHON/myscript.py
- Timestamp:
- Dec 7, 2011, 11:56:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myscript.py
r453 r457 31 31 parser.add_option('--res', action='store',dest='res', type="float", default=200., help='Resolution for png outputs. --save png needed. [200.]') 32 32 parser.add_option('--trans', action='store',dest='trans', type="float", default=1., help='shaded plots transparency, from 0 (transparent) to 1 (opaque) [1]') 33 parser.add_option('--area', action='store',dest='area', type="string", default=None, help='Area on the map to be plot [None]') 33 34 34 35 ### SPECIFIC FOR MAPPING [MAPMODE 1]
Note: See TracChangeset
for help on using the changeset viewer.