Changeset 21284


Ignore:
Timestamp:
10/18/16 07:04:25 (8 years ago)
Author:
cborstad
Message:

CHG: new options for expdisp documented in expdisp.py, much more flexible now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/applyoptions.py

    r21283 r21284  
    236236                plt.sca(ax) # return to original axes control
    237237        # }}}
    238         # {{{ expdisp TOFIX
    239         # if options.exist('expdisp'):
    240         #       expdisp(ax,options)
     238        # {{{ expdisp
     239        if options.exist('expdisp'):
     240                expdisp(ax,options)
    241241        # }}}
    242242        # {{{ area TODO
Note: See TracChangeset for help on using the changeset viewer.