changeset 1714:b3a4b62884b9

[project @ 1996-01-08 02:23:16 by jwe]
author jwe
date Mon, 08 Jan 1996 02:23:16 +0000
parents d9e42d0bab09
children 6f4631c7118c
files scripts/plot/Makefile.in scripts/plot/oneplot.m
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/Makefile.in	Mon Jan 08 02:22:55 1996 +0000
+++ b/scripts/plot/Makefile.in	Mon Jan 08 02:23:16 1996 +0000
@@ -2,9 +2,9 @@
 # Makefile for octave's scripts/plot directory
 #
 # John W. Eaton
-# jwe@che.utexas.edu
+# jwe@bevo.che.wisc.edu
+# University of Wisconsin-Madison
 # Department of Chemical Engineering
-# The University of Texas at Austin
 
 TOPDIR = ../..
 
--- a/scripts/plot/oneplot.m	Mon Jan 08 02:22:55 1996 +0000
+++ b/scripts/plot/oneplot.m	Mon Jan 08 02:23:16 1996 +0000
@@ -32,8 +32,8 @@
   global multiplot_mode
 
   set nomultiplot;
-  set size 1, 1
-  set origin 0, 0
+  set size 1, 1;
+  set origin 0, 0;
   multiplot_mode = 0;
 
 endfunction