Index: /branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro
===================================================================
--- /branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro	(revision 36053)
+++ /branches/eam_branches/ipp-20130711/psphot/test/tap_psphot_galaxygrid.pro	(revision 36054)
@@ -246,4 +246,5 @@
   lim -n 0$1 dTi NdT; clear; box; plot -x 1 dTi NdT
   label -x "angle offset (degrees, only non-circular)" -y "number count"
+  resize 700 320
 
   # check on Rmajor
@@ -254,6 +255,7 @@
   create n 0 dR[]
   set dRf = dR / Rin_s
-  lim -n 1$1 n dRf; clear; box; plot n dRf
+  lim -n 1$1 n -0.5 0.5; clear; box; plot n dRf
   label -x sequence -y "1 - R_out| / R_in|"
+  resize 700 320
 
   # check on A.Ratio
@@ -261,11 +263,13 @@
   # lim ARin ARot; clear; box; plot ARin ARot
   set fAR = ARot / ARin
-  lim -n 2$1 n fAR; clear; box; plot n fAR
+  lim -n 2$1 n 0.5 1.5; clear; box; plot n fAR
   label -x sequence -y "AR_out| / AR_in|"
+  resize 700 320
 
   # check on magnitude
   set dM = Mot_s - Min_s
-  lim -n 3$1 n dM; clear; box; plot n dM    
+  lim -n 3$1 n -0.5 0.5; clear; box; plot n dM    
   label -x sequence -y "M_out| - M_in|"
+  resize 700 320
 end
 
@@ -409,4 +413,5 @@
   lim -n 0$1 dTi NdT; clear; box; plot -x 1 dTi NdT
   label -x "angle offset (degrees, only non-circular)" -y "number count"
+  resize 700 320
 
   # check on Rmajor
@@ -417,6 +422,7 @@
   create n 0 dR[]
   set dRf = dR / Rin_s
-  lim -n 1$1 n dRf; clear; box; plot n dRf
+  lim -n 1$1 n -0.5 0.5; clear; box; plot n dRf
   label -x sequence -y "1 - R_out| / R_in|"
+  resize 700 320
 
   # check on A.Ratio
@@ -424,16 +430,19 @@
   # lim ARin ARot; clear; box; plot ARin ARot
   set fAR = ARot / ARin
-  lim -n 2$1 n fAR; clear; box; plot n fAR
+  lim -n 2$1 n 0.5 1.5; clear; box; plot n fAR
   label -x sequence -y "AR_out| / AR_in|"
+  resize 700 320
 
   # check on magnitude
   set dM = Mot_s - Min_s
-  lim -n 3$1 n dM; clear; box; plot n dM    
+  lim -n 3$1 n -0.5 0.5; clear; box; plot n dM    
   label -x sequence -y "M_out| - M_in|"
+  resize 700 320
 
   # check on index
   set dI = Iot_s - Iin_s
-  lim -n 4$1 n dI; clear; box; plot n dI    
+  lim -n 4$1 n -0.5 0.5; clear; box; plot n dI    
   label -x sequence -y "I_out| - I_in|"
+  resize 700 320
 end
 
