diff scripts/statistics/base/qqplot.m @ 3787:5fea33691021

[project @ 2001-02-07 18:24:37 by jwe]
author jwe
date Wed, 07 Feb 2001 18:24:37 +0000
parents d25bc039237b
children 38c61cbf086c
line wrap: on
line diff
--- a/scripts/statistics/base/qqplot.m
+++ b/scripts/statistics/base/qqplot.m
@@ -75,7 +75,7 @@
   if (nargout == 0)
     xlabel (q_label);
     ylabel ("sample points");
-    set nokey;
+    gset nokey;
     plot (q, s);
   endif