Changeset 760 for trunk/UTIL/PYTHON/myscript.py
- Timestamp:
- Aug 10, 2012, 2:03:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myscript.py
r748 r760 29 29 30 30 ### GENERIC GRAPHICS SETTINGS 31 parser.add_option('-c', '--color', action='store',dest='clb', type="string", default="def", help='change colormap (also: nobar,onebar)') 31 parser.add_option('-c', '--color', action='store',dest='clb', type="string", default=None, help='change colormapS (also: nobar,onebar,def)') 32 parser.add_option('--trycol', action='store_true',dest='trycol', default=False, help='try 9 typical color palette') 32 33 parser.add_option('--div', action='store',dest='ndiv', type="int", default=10, help='number of divisions in colorbar [10]') 33 34 parser.add_option('--title', action='store',dest='zetitle', type="string", default="fill",help='customize the whole title')
Note: See TracChangeset
for help on using the changeset viewer.