diff scripts/plot/subwindow.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
line wrap: on
line diff
--- a/scripts/plot/subwindow.m
+++ b/scripts/plot/subwindow.m
@@ -26,9 +26,11 @@
 ## multiplot mode has to be previously initialized using multiplot()
 ## command, else this command just becomes an aliad to multiplot()
 
-function subwindow (xn, yn)
+## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
+## Created: 3 July 95
+## Adapted-By: jwe
 
-  ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU  3 Jul 95 
+function subwindow (xn, yn)
 
   if (! gnuplot_has_multiplot)
     error ("subwindow: gnuplot does not appear to support this feature");