diff scripts/control/base/nichols.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents bdbee5282954
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/base/nichols.m
+++ b/scripts/control/base/nichols.m
@@ -109,11 +109,11 @@
   if (nargout < 1),
     ## Plot the information
     oneplot();
-    gset autoscale;
-    gset nokey;
+    __gnuplot_set__ autoscale;
+    __gnuplot_set__ nokey;
     clearplot();
     grid("on");
-    gset data style lines;
+    __gnuplot_set__ data style lines;
     if(is_digital(sys))
       tistr = "(exp(jwT)) ";
     else