Changeset 17869


Ignore:
Timestamp:
04/29/14 07:46:01 (11 years ago)
Author:
cborstad
Message:

CHG: return axes control after plotting colorbar

File:
1 edited

Legend:

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

    r17856 r17869  
    233233                                cb.set_label(options.getfieldvalue('colorbartitle'),fontsize=fontsize)
    234234                cb.ax.tick_params(labelsize=fontsize)
     235                plt.sca(ax) # return to original axes control
    235236        #}}}
    236237
Note: See TracChangeset for help on using the changeset viewer.