diff src/pt-plot.cc @ 1957:0e6a0a271998

[project @ 1996-02-15 01:08:15 by jwe]
author jwe
date Thu, 15 Feb 1996 01:08:49 +0000
parents effa9400766f
children a2e206524aa0
line wrap: on
line diff
--- a/src/pt-plot.cc	Thu Feb 15 00:40:56 1996 +0000
+++ b/src/pt-plot.cc	Thu Feb 15 01:08:49 1996 +0000
@@ -989,7 +989,7 @@
     }
 }
 
-DEFUN ("clearplot", Fclearplot, Sclearplot, 00,
+DEFUN (clearplot, , ,
   "clearplot (): clear the plot window")
 {
   Octave_object retval;
@@ -1015,7 +1015,7 @@
 
 DEFALIAS (clg, clearplot);
 
-DEFUN ("closeplot", Fcloseplot, Scloseplot, 00,
+DEFUN (closeplot, , ,
   "closeplot (): close the stream to plotter")
 {
   Octave_object retval;
@@ -1023,7 +1023,7 @@
   return retval;
 }
 
-DEFUN_TEXT ("hold", Fhold, Shold, 10,
+DEFUN_TEXT (hold, args, ,
   "hold [on|off]\n\
 \n\
 determine whether the plot window is cleared before the next line is\n\
@@ -1061,7 +1061,7 @@
   return retval;
 }
 
-DEFUN ("ishold", Fishold, Sishold, 00,
+DEFUN (ishold, , ,
   "ishold\n\
 \n\
 Return 1 if hold is on, otherwise return 0.")
@@ -1069,7 +1069,7 @@
   return (double) (! clear_before_plotting);
 }
 
-DEFUN ("purge_tmp_files", Fpurge_tmp_files, Spurge_tmp_files, 00,
+DEFUN (purge_tmp_files, , ,
   "delete temporary data files used for plotting")
 {
   Octave_object retval;
@@ -1077,7 +1077,7 @@
   return retval;
 }
 
-DEFUN_TEXT ("set", Fset, Sset, 10,
+DEFUN_TEXT (set, args, ,
   "set [options]\n\
 \n\
 set plotting options")
@@ -1123,7 +1123,7 @@
   return retval;
 }
 
-DEFUN_TEXT ("show", Fshow, Sshow, 10,
+DEFUN_TEXT (show, args, ,
   "show [options]\n\
 \n\
 show plotting options")