Changeset 15211


Ignore:
Timestamp:
06/07/13 10:17:54 (12 years ago)
Author:
cborstad
Message:

don't return to main axes if showregion is used, it covers up the inset with the main axes

File:
1 edited

Legend:

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

    r14490 r15211  
    104104       
    105105%Back to original axes
    106 axes(mainaxes);
     106if strcmpi(getfieldvalue(options,'showregion',0),0)
     107        axes(mainaxes);
     108end
    107109
    108110function delta = dtick(range)
Note: See TracChangeset for help on using the changeset viewer.