source: issm/oecreview/Archive/14064-14311/ISSM-14275-14276.diff@ 14312

Last change on this file since 14312 was 14312, checked in by Mathieu Morlighem, 12 years ago

Added 14064-14311

File size: 507 bytes
  • TabularUnified ../trunk-jpl/src/m/plot/applyoptions.py

     
    142142
    143143        #ShowBasins
    144144
    145         #Caxis
     145        #clim {{{
     146        if options.exist('clim'):
     147                lims=options.getfieldvalue('clim')
     148                if len(lims)!=2:
     149                        print 'WARNING: clim should be passed as a list of length 2'
     150                else:
     151                        p.clim(lims[0],lims[1])
     152        #}}}
    146153
    147154        #shading
    148155
Note: See TracBrowser for help on using the repository browser.