Changeset 21298


Ignore:
Timestamp:
10/20/16 04:52:13 (8 years ago)
Author:
cborstad
Message:

BUG: remove colorbar axes if not used

File:
1 edited

Legend:

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

    r21283 r21298  
    9797                                )
    9898
    99                 if cbar_mode=='off':
     99                if cbar_mode=='None':
    100100                        for ax in axgrid.cbar_axes:
    101101                                fig._axstack.remove(ax)
Note: See TracChangeset for help on using the changeset viewer.