Index: mttroot/mtt/lib/rep/nppp_rep.sh
==================================================================
--- mttroot/mtt/lib/rep/nppp_rep.sh
+++ mttroot/mtt/lib/rep/nppp_rep.sh
@@ -159,23 +159,26 @@
 
   ## Plots
 
     gset nokey
     gset nogrid
+    #eval(sprintf("gset xtics %g", simpar.last));
+    #gset noytics
     gset format x "%.1f"
     gset format y "%.2f"
     gset term fig monochrome portrait fontsize 20 size 20 20 metric \
 	     thickness 4
     gset output "${sys}_nppp.fig"
 
     title("");
     xlabel("Time (s)");
     ylabel("u");
-    subplot(2,1,2); plot(t,u,'-',  T_open, u_open,"^");  
+    subplot(2,1,2); plot(t,u,'-',  T_open, u_open,"+");
+    #subplot(2,1,2); plot(t,u);   
     ylabel("y");
-    subplot(2,1,1); plot(t,y,'-', T_open, y_open,"^"); 
-
+    subplot(2,1,1); plot(t,y,'-',  T_open, y_open,"+"); 
+    #subplot(2,1,1); plot(t,y); 
     oneplot;
     gset term fig monochrome portrait fontsize 20 size 20 10 metric \
 	     thickness 4
     gset output "${sys}_nppp.basis.fig"
     title("");