Changeset 21297


Ignore:
Timestamp:
10/20/16 02:25:29 (8 years ago)
Author:
cborstad
Message:

BUG: indentation caused colorbar to not be updated

File:
1 edited

Legend:

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

    r21285 r21297  
    229229                        else:
    230230                                cb.set_label(options.getfieldvalue('colorbartitle'),fontsize=fontsize)
    231                                 cb.ax.tick_params(labelsize=fontsize)
    232                                 cb.solids.set_rasterized(True)
    233                                 cb.update_ticks()
    234                                 cb.set_alpha(1)
    235                                 cb.draw_all()
     231                cb.ax.tick_params(labelsize=fontsize)
     232                cb.solids.set_rasterized(True)
     233                cb.update_ticks()
     234                cb.set_alpha(1)
     235                cb.draw_all()
    236236                plt.sca(ax) # return to original axes control
    237237        # }}}
Note: See TracChangeset for help on using the changeset viewer.