diff scripts/statistics/base/qqplot.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents ee2af1e830b2
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/statistics/base/qqplot.m	Wed Mar 16 17:14:12 2005 +0000
+++ b/scripts/statistics/base/qqplot.m	Wed Mar 16 18:54:52 2005 +0000
@@ -80,7 +80,7 @@
   if (nargout == 0)
     xlabel (q_label);
     ylabel ("sample points");
-    gset nokey;
+    __gnuplot_set__ nokey;
     plot (q, s);
   endif