diff scripts/statistics/base/ppplot.m @ 6447:3f79532415b5

[project @ 2007-03-24 00:00:31 by jwe]
author jwe
date Sat, 24 Mar 2007 00:00:31 +0000
parents 34f96dd5441b
children 451b346d8c2f
line wrap: on
line diff
--- a/scripts/statistics/base/ppplot.m	Fri Mar 23 21:20:21 2007 +0000
+++ b/scripts/statistics/base/ppplot.m	Sat Mar 24 00:00:31 2007 +0000
@@ -68,9 +68,8 @@
   endif
 
   if (nargout == 0)
+    plot (p, y);
     axis ([0, 1, 0, 1]);
-    __gnuplot_set__ nokey;
-    plot (p, y);
   endif
 
 endfunction