diff scripts/statistics/base/ppplot.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/ppplot.m	Wed Feb 07 18:14:43 2001 +0000
+++ b/scripts/statistics/base/ppplot.m	Wed Feb 07 18:24:37 2001 +0000
@@ -66,7 +66,7 @@
 
   if (nargout == 0)
     axis ([0, 1, 0, 1]);
-    set nokey;
+    gset nokey;
     plot (p, y);
   endif