Index: /issm/trunk-jpl/src/m/exp/exptool.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/exptool.m	(revision 23184)
+++ /issm/trunk-jpl/src/m/exp/exptool.m	(revision 23185)
@@ -114,9 +114,11 @@
 		y_m=linspace(ylim(2),ylim(1),size(F,1)); %getframe reverse axis...
 		%plot the data in another figure
-		f2= figure; 
-		s = copyobj(h,f2); 
+		lim = axis();
+		f2 = figure();
 		set(gcf,'position',P); 
+		%set(gca,'position',Fp); 
 		imagesc(x_m,y_m,F); 
-		set(gca,'Ydir','normal','Position',Fp,'Xlim',xlim,'Ylim',ylim); 
+		axis xy equal
+		axis(lim);
 		prevplot=1;
 		prevplot2=1;
