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

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents 05415e529cef
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/statistics/base/ppplot.m
+++ b/scripts/statistics/base/ppplot.m
@@ -69,7 +69,7 @@
 
   if (nargout == 0)
     axis ([0, 1, 0, 1]);
-    gset nokey;
+    __gnuplot_set__ nokey;
     plot (p, y);
   endif