Index: /issm/trunk/test/NightlyRun/test1101.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1101.m	(revision 5539)
+++ /issm/trunk/test/NightlyRun/test1101.m	(revision 5540)
@@ -92,5 +92,5 @@
 
 %Now plot the min and max values of vx for each size of the square
-plot([5 10 20 40 80 160],minvx);ylim([0 18])
+plot([5 10 20 40 80 160],minvx);ylim([0 18]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
@@ -98,5 +98,5 @@
 	system(['mv ismipapattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestA ']);
 end
-plot([5 10 20 40 80 160],maxvx);ylim([0 120])
+plot([5 10 20 40 80 160],maxvx);ylim([0 120]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
Index: /issm/trunk/test/NightlyRun/test1103.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1103.m	(revision 5539)
+++ /issm/trunk/test/NightlyRun/test1103.m	(revision 5540)
@@ -84,5 +84,5 @@
 
 %Now plot the min and max values of vx for each size of the square
-plot([5 10 20 40 80 160],minvx);ylim([0 14])
+plot([5 10 20 40 80 160],minvx);ylim([0 14]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
@@ -90,5 +90,5 @@
 	system(['mv ismipbpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestB ']);
 end
-plot([5 10 20 40 80 160],maxvx);ylim([0 120])
+plot([5 10 20 40 80 160],maxvx);ylim([0 120]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
Index: /issm/trunk/test/NightlyRun/test1105.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1105.m	(revision 5539)
+++ /issm/trunk/test/NightlyRun/test1105.m	(revision 5540)
@@ -116,5 +116,5 @@
 
 %Now plot the min and max values of vx for each size of the square
-plot([5 10 20 40 80 160],minvx);ylim([4 18])
+plot([5 10 20 40 80 160],minvx);ylim([4 18]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
@@ -122,5 +122,5 @@
 	system(['mv ismipcpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestC ']);
 end
-plot([5 10 20 40 80 160],maxvx);ylim([0 200])
+plot([5 10 20 40 80 160],maxvx);ylim([0 200]); xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
Index: /issm/trunk/test/NightlyRun/test1107.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1107.m	(revision 5539)
+++ /issm/trunk/test/NightlyRun/test1107.m	(revision 5540)
@@ -106,5 +106,5 @@
 
 %Now plot the min and max values of vx for each size of the square
-plot([5 10 20 40 80 160],minvx);ylim([2 18])
+plot([5 10 20 40 80 160],minvx);ylim([2 18]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
@@ -112,5 +112,5 @@
 	system(['mv ismipdpattynminvx.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/ISMIP/TestD ']);
 end
-plot([5 10 20 40 80 160],maxvx);ylim([0 300])
+plot([5 10 20 40 80 160],maxvx);ylim([0 300]);xlim([0 160])
 if printingflag, 
 	set(gcf,'Color','w')
