Changeset 23185
- Timestamp:
- 08/27/18 13:50:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/exptool.m
r23135 r23185 114 114 y_m=linspace(ylim(2),ylim(1),size(F,1)); %getframe reverse axis... 115 115 %plot the data in another figure 116 f2= figure;117 s = copyobj(h,f2);116 lim = axis(); 117 f2 = figure(); 118 118 set(gcf,'position',P); 119 %set(gca,'position',Fp); 119 120 imagesc(x_m,y_m,F); 120 set(gca,'Ydir','normal','Position',Fp,'Xlim',xlim,'Ylim',ylim); 121 axis xy equal 122 axis(lim); 121 123 prevplot=1; 122 124 prevplot2=1;
Note:
See TracChangeset
for help on using the changeset viewer.