Ignore:
Timestamp:
Aug 10, 2012, 2:03:29 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON

  • Possible to set colorbars in multivars and diff plots
  • A corollary : keyword --trycol to try a whole bunch of colorbars at once
  • Horizontal grid is now OK in LES tracing mode
  • Minor changes
    • changed name from select_case to select_getfield
    • a call to select_getfielf had too much arguments
    • curiosity coordinates in web stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myscript.py

    r748 r760  
    2929
    3030    ### 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')
    3233    parser.add_option('--div',          action='store',dest='ndiv',      type="int",     default=10,    help='number of divisions in colorbar [10]')
    3334    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.