diff scripts/statistics/base/qqplot.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/qqplot.m	Fri Mar 23 21:20:21 2007 +0000
+++ b/scripts/statistics/base/qqplot.m	Sat Mar 24 00:00:31 2007 +0000
@@ -78,10 +78,9 @@
   endif
 
   if (nargout == 0)
+    plot (q, s);
     xlabel (q_label);
     ylabel ("sample points");
-    __gnuplot_set__ nokey;
-    plot (q, s);
   endif
 
 endfunction