Changeset 23185


Ignore:
Timestamp:
08/27/18 13:50:23 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/exptool.m

    r23135 r23185  
    114114                y_m=linspace(ylim(2),ylim(1),size(F,1)); %getframe reverse axis...
    115115                %plot the data in another figure
    116                 f2= figure;
    117                 s = copyobj(h,f2);
     116                lim = axis();
     117                f2 = figure();
    118118                set(gcf,'position',P);
     119                %set(gca,'position',Fp);
    119120                imagesc(x_m,y_m,F);
    120                 set(gca,'Ydir','normal','Position',Fp,'Xlim',xlim,'Ylim',ylim);
     121                axis xy equal
     122                axis(lim);
    121123                prevplot=1;
    122124                prevplot2=1;
Note: See TracChangeset for help on using the changeset viewer.