home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-19 | 43.3 KB | 1,506 lines |
- diff -rc gnuplot/util.c gnuplot3.2/util.c
- *** gnuplot/util.c Sun Jan 5 21:33:27 1992
- --- gnuplot3.2/util.c Wed Mar 25 08:00:04 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - util.c */
- /*
- ! * Copyright (C) 1986, 1987, 1990, 1991 Thomas Williams, Colin Kelley
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + #ifndef lint
- + static char *RCSid = "$Id: util.c,v 3.26 92/03/24 22:34:43 woo Exp Locker: woo $";
- + #endif
- +
- /* GNUPLOT - util.c */
- /*
- ! * Copyright (C) 1986, 1987, 1990, 1991, 1992 Thomas Williams, Colin Kelley
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 27,37 ****
- * Gershon Elber and many others.
- *
- * Send your comments or suggestions to
- ! * pixar!info-gnuplot@sun.com.
- * This is a mailing list; to join it send a note to
- ! * pixar!info-gnuplot-request@sun.com.
- * Send bug reports to
- ! * pixar!bug-gnuplot@sun.com.
- */
-
- #include <ctype.h>
- --- 31,41 ----
- * Gershon Elber and many others.
- *
- * Send your comments or suggestions to
- ! * info-gnuplot@ames.arc.nasa.gov.
- * This is a mailing list; to join it send a note to
- ! * info-gnuplot-request@ames.arc.nasa.gov.
- * Send bug reports to
- ! * bug-gnuplot@ames.arc.nasa.gov.
- */
-
- #include <ctype.h>
- diff -rc gnuplot/version.c gnuplot3.2/version.c
- *** gnuplot/version.c Sun Jan 5 21:33:27 1992
- --- gnuplot3.2/version.c Wed Mar 25 08:00:04 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - version.c */
- /*
- ! * Copyright (C) 1986, 1987, 1990, 1991 Thomas Williams, Colin Kelley
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + #ifndef lint
- + static char *RCSid = "$Id: version.c,v 3.26 92/03/24 22:34:44 woo Exp Locker: woo $";
- + #endif
- +
- /* GNUPLOT - version.c */
- /*
- ! * Copyright (C) 1986, 1987, 1990, 1991, 1992 Thomas Williams, Colin Kelley
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 27,45 ****
- * Gershon Elber and many others.
- *
- * Send your comments or suggestions to
- ! * pixar!info-gnuplot@sun.com.
- * This is a mailing list; to join it send a note to
- ! * pixar!info-gnuplot-request@sun.com.
- * Send bug reports to
- ! * pixar!bug-gnuplot@sun.com.
- */
-
- ! char version[] = "3.0 ";
- ! char patchlevel[] = "1, Dec 1 91";
- ! char date[] = "Sun Dec 1 16:56:36 1991";
-
- /* override in Makefile */
- #ifndef CONTACT
- ! # define CONTACT "pixar!bug-gnuplot@sun.com"
- #endif
- char bug_email[] = CONTACT;
- --- 31,49 ----
- * Gershon Elber and many others.
- *
- * Send your comments or suggestions to
- ! * info-gnuplot@ames.arc.nasa.gov.
- * This is a mailing list; to join it send a note to
- ! * info-gnuplot-request@ames.arc.nasa.gov.
- * Send bug reports to
- ! * bug-gnuplot@ames.arc.nasa.gov.
- */
-
- ! char version[] = "3.2 ";
- ! char patchlevel[] = "2, Mar 24 92";
- ! char date[] = "Sat Mar 24 21:08:47 PST 1992";
-
- /* override in Makefile */
- #ifndef CONTACT
- ! # define CONTACT "bug-gnuplot@ames.arc.nasa.gov"
- #endif
- char bug_email[] = CONTACT;
- diff -rc gnuplot/demo/1.dat gnuplot3.2/demo/1.dat
- *** gnuplot/demo/1.dat Mon Mar 26 14:59:14 1990
- --- gnuplot3.2/demo/1.dat Wed Mar 25 08:00:05 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: 1.dat,v 3.26 92/03/24 22:32:15 woo Exp Locker: woo $
- + #
- -20.000000 -3.041676
- -19.000000 -3.036427
- -18.000000 -3.030596
- diff -rc gnuplot/demo/2.dat gnuplot3.2/demo/2.dat
- *** gnuplot/demo/2.dat Mon Mar 26 14:59:16 1990
- --- gnuplot3.2/demo/2.dat Wed Mar 25 08:00:06 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: 2.dat,v 3.26 92/03/24 22:32:16 woo Exp Locker: woo $
- + #
- -20.000000 -6.083352
- -19.000000 -6.072853
- -18.000000 -6.061191
- diff -rc gnuplot/demo/3.dat gnuplot3.2/demo/3.dat
- *** gnuplot/demo/3.dat Mon Mar 26 14:59:16 1990
- --- gnuplot3.2/demo/3.dat Wed Mar 25 08:00:07 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: 3.dat,v 3.26 92/03/24 22:32:17 woo Exp Locker: woo $
- + #
- -20.000000 -9.125028
- -19.000000 -9.109280
- -18.000000 -9.091787
- diff -rc gnuplot/demo/all.demo gnuplot3.2/demo/all.demo
- *** gnuplot/demo/all.demo Sun Sep 15 10:22:14 1991
- --- gnuplot3.2/demo/all.demo Wed Mar 25 08:00:08 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: all.demo,v 3.26 92/03/24 22:32:37 woo Exp Locker: woo $
- + #
- + #
- # Executes ALL demos in this directory, in functionality order.
- #
-
- ***************
- *** 34,39 ****
- --- 37,45 ----
-
- pause 0 "******************** file contours.demo ********************"
- load "contours.demo"
- +
- + pause 0 "******************** file hidden.demo ********************"
- + load "hidden.demo"
-
- pause 0 "******************** file world.demo ********************"
- load "world.demo"
- diff -rc gnuplot/demo/antenna.dat gnuplot3.2/demo/antenna.dat
- *** gnuplot/demo/antenna.dat Tue Jul 2 10:34:30 1991
- --- gnuplot3.2/demo/antenna.dat Wed Mar 25 08:00:09 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: antenna.dat,v 3.26 92/03/24 22:32:36 woo Exp Locker: woo $
- + #
- 0.000 90.007E-01 -35.926E+00 -71.297E+00 90.783E-01
- 2.000 81.667E-01 13.355E-02 -32.735E+00 89.007E-01
- 4.000 60.696E-01 40.782E-01 -28.040E+00 83.501E-01
- diff -rc gnuplot/demo/bivariat.demo gnuplot3.2/demo/bivariat.demo
- *** gnuplot/demo/bivariat.demo Sun Sep 15 10:42:52 1991
- --- gnuplot3.2/demo/bivariat.demo Wed Mar 25 08:00:09 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: bivariat.demo,v 3.26 92/03/24 22:32:38 woo Exp Locker: woo $
- + #
- + #
- # This demo is very slow and requires unusually large stack size.
- # Do not attempt to run this demo under MSDOS.
- #
- diff -rc gnuplot/demo/contours.demo gnuplot3.2/demo/contours.demo
- *** gnuplot/demo/contours.demo Mon Aug 5 07:51:37 1991
- --- gnuplot3.2/demo/contours.demo Wed Mar 25 08:00:10 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: contours.demo,v 3.26 92/03/24 22:32:18 woo Exp Locker: woo $
- + #
- set samples 20
- set isosamples 21
- set xlabel "X axis" -5,-2
- diff -rc gnuplot/demo/controls.demo gnuplot3.2/demo/controls.demo
- *** gnuplot/demo/controls.demo Mon Mar 26 14:59:16 1990
- --- gnuplot3.2/demo/controls.demo Wed Mar 25 08:00:11 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: controls.demo,v 3.26 92/03/24 22:32:19 woo Exp Locker: woo $
- + #
- + #
- # warning: this demo is SLOW on PCs without math coprocessors!
- #
- # From _Automatic_Control_Systems_, fourth ed., figure 6-14
- diff -rc gnuplot/demo/electron.demo gnuplot3.2/demo/electron.demo
- *** gnuplot/demo/electron.demo Sun Sep 15 10:43:22 1991
- --- gnuplot3.2/demo/electron.demo Wed Mar 25 08:00:12 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: electron.demo,v 3.26 92/03/24 22:32:20 woo Exp Locker: woo $
- + #
- # Electronics demo
- #
- # Bipolar Transistor (NPN) Mutual Characteristic
- diff -rc gnuplot/demo/err.dat gnuplot3.2/demo/err.dat
- *** gnuplot/demo/err.dat Sun Jun 23 09:18:38 1991
- --- gnuplot3.2/demo/err.dat Wed Mar 25 08:00:12 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: err.dat,v 3.26 92/03/24 22:32:32 woo Exp Locker: woo $
- + #
- 0 11.062 9.757 12.667 2.345
- 2 9.212 8.0908 10.932 1.725
- 5 8.55 7.6612 9.0388 2.846
- diff -rc gnuplot/demo/errorbar.demo gnuplot3.2/demo/errorbar.demo
- *** gnuplot/demo/errorbar.demo Sun Sep 15 10:43:49 1991
- --- gnuplot3.2/demo/errorbar.demo Wed Mar 25 08:00:13 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: errorbar.demo,v 3.26 92/03/24 22:32:35 woo Exp Locker: woo $
- + #
- + #
- # Requires data file "err.dat" from this directory,
- # so change current working directory to this directory before running.
- # gnuplot> set term <term-type>
- diff -rc gnuplot/demo/glass.dat gnuplot3.2/demo/glass.dat
- *** gnuplot/demo/glass.dat Tue Jan 1 08:38:10 1991
- --- gnuplot3.2/demo/glass.dat Wed Mar 25 08:00:14 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: glass.dat,v 3.26 92/03/24 22:32:21 woo Exp Locker: woo $
- + #
- + #
- # 16x16 grid Glass shape. Created Using DRAWFN3D, Gershon Elber 1990.
- #
- 0.568000 0.000000 -0.911000
- Only in gnuplot3.2/demo: hidden.demo
- diff -rc gnuplot/demo/param.demo gnuplot3.2/demo/param.demo
- *** gnuplot/demo/param.demo Sun Sep 15 10:44:05 1991
- --- gnuplot3.2/demo/param.demo Wed Mar 25 08:00:15 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: param.demo,v 3.26 92/03/24 22:32:22 woo Exp Locker: woo $
- + #
- + #
- # Show some of the new parametric capabilities.
- #
- set parametric
- diff -rc gnuplot/demo/polar.dat gnuplot3.2/demo/polar.dat
- *** gnuplot/demo/polar.dat Tue Jul 2 10:34:31 1991
- --- gnuplot3.2/demo/polar.dat Wed Mar 25 08:00:15 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: polar.dat,v 3.26 92/03/24 22:32:34 woo Exp Locker: woo $
- + #
- # Input data ncmain.d4 generated by genpat2.f:Tx antenna pattern
- # x,y,z of center point B in coord 3
- # -5.12000 0.00000 -1.50000
- diff -rc gnuplot/demo/polar.demo gnuplot3.2/demo/polar.demo
- *** gnuplot/demo/polar.demo Sun Sep 15 10:44:33 1991
- --- gnuplot3.2/demo/polar.demo Wed Mar 25 08:00:16 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: polar.demo,v 3.26 92/03/24 22:32:23 woo Exp Locker: woo $
- + #
- + #
- # Show some of the new polar capabilities.
- #
- set polar
- diff -rc gnuplot/demo/poldat.demo gnuplot3.2/demo/poldat.demo
- *** gnuplot/demo/poldat.demo Sun Sep 15 10:44:43 1991
- --- gnuplot3.2/demo/poldat.demo Wed Mar 25 08:00:17 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: poldat.demo,v 3.26 92/03/24 22:32:33 woo Exp Locker: woo $
- + #
- set samples 361
- set size .757,1.0
- set time
- diff -rc gnuplot/demo/simple.demo gnuplot3.2/demo/simple.demo
- *** gnuplot/demo/simple.demo Sun Sep 15 10:44:58 1991
- --- gnuplot3.2/demo/simple.demo Wed Mar 25 08:00:17 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: simple.demo,v 3.26 92/03/24 22:32:24 woo Exp Locker: woo $
- + #
- + #
- # Requires data files "[123].dat" from this directory,
- # so change current working directory to this directory before running.
- # gnuplot> set term <term-type>
- diff -rc gnuplot/demo/surface1.demo gnuplot3.2/demo/surface1.demo
- *** gnuplot/demo/surface1.demo Sun Aug 25 12:39:46 1991
- --- gnuplot3.2/demo/surface1.demo Wed Mar 25 08:00:18 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: surface1.demo,v 3.26 92/03/24 22:32:25 woo Exp Locker: woo $
- + #
- set samples 21
- set isosample 11
- set xlabel "X axis" -3,-2
- diff -rc gnuplot/demo/surface2.demo gnuplot3.2/demo/surface2.demo
- *** gnuplot/demo/surface2.demo Mon Aug 5 07:51:55 1991
- --- gnuplot3.2/demo/surface2.demo Wed Mar 25 08:00:18 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: surface2.demo,v 3.26 92/03/24 22:32:26 woo Exp Locker: woo $
- + #
- set parametric
- set samples 50
-
- diff -rc gnuplot/demo/using.dat gnuplot3.2/demo/using.dat
- *** gnuplot/demo/using.dat Sun Nov 25 07:15:30 1990
- --- gnuplot3.2/demo/using.dat Wed Mar 25 08:00:19 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: using.dat,v 3.26 92/03/24 22:32:26 woo Exp Locker: woo $
- + #
- 891101 00 1.00 14 8.6 94.0
- 891101 01 1.04 10 17.5 94.4
- 891101 02 1.08 9 9.7 97.1
- diff -rc gnuplot/demo/using.demo gnuplot3.2/demo/using.demo
- *** gnuplot/demo/using.demo Wed May 29 12:44:29 1991
- --- gnuplot3.2/demo/using.demo Wed Mar 25 08:00:20 1992
- ***************
- *** 1,4 ****
- --- 1,7 ----
- #
- + # $Id: using.demo,v 3.26 92/03/24 22:32:27 woo Exp Locker: woo $
- + #
- + #
- # Requires data file "using.dat" from this directory,
- # so change current working directory to this directory before running.
- #
- diff -rc gnuplot/demo/world.cor gnuplot3.2/demo/world.cor
- *** gnuplot/demo/world.cor Sun Jan 5 21:33:28 1992
- --- gnuplot3.2/demo/world.cor Wed Mar 25 08:00:21 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: world.cor,v 3.26 92/03/24 22:32:28 woo Exp Locker: woo $
- + #
- # Gnuplot world correspondences. Feel free to check for and update
- # your site; especially if it represents a new location or you
- # know more precise coordinates for a site. A (?) indicates
- ***************
- *** 76,78 ****
- --- 79,82 ----
- 7 51.5 # Fraunhofer Institut, Duisburg, Germany
- 8 48 # Freiburg im Br. (Federal Republic of Germany)
- 8 52 # Univesity of Dortmund, Federal Republic of Germany
- + 11.5 48 # Technische Universitaet Muenchen, Munich, Germany
- diff -rc gnuplot/demo/world.dat gnuplot3.2/demo/world.dat
- *** gnuplot/demo/world.dat Sun May 26 13:35:38 1991
- --- gnuplot3.2/demo/world.dat Wed Mar 25 08:00:21 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: world.dat,v 3.26 92/03/24 22:32:29 woo Exp Locker: woo $
- + #
- -140.37 60.25
- -132.08 57.20
- -131.46 55.98
- diff -rc gnuplot/demo/world.demo gnuplot3.2/demo/world.demo
- *** gnuplot/demo/world.demo Mon Aug 5 07:59:13 1991
- --- gnuplot3.2/demo/world.demo Wed Mar 25 08:00:22 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: world.demo,v 3.26 92/03/24 22:32:31 woo Exp Locker: woo $
- + #
- set title "Gnuplot Correspondences"
- set nokey
- set noborder
- diff -rc gnuplot/docs/Makefile gnuplot3.2/docs/Makefile
- *** gnuplot/docs/Makefile Thu Aug 22 07:02:07 1991
- --- gnuplot3.2/docs/Makefile Wed Mar 25 08:00:23 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + #
- + # $Id: Makefile,v 3.26 1992/03/25 04:53:29 woo Exp woo $
- + #
- # Makefile for GNUPLOT documentation
- #
- # Note that the top-level file for documentation is gnuplot.doc.
- ***************
- *** 12,18 ****
- # or
- # make "TROFF=itroff" troff (for troff; use your troff here)
- #
- ! # $Id: Makefile,v 1.1 90/01/11 15:43:03 dfk Exp Locker: dfk $
-
- # usually overridden by ../Makefile
- HELPDEST = /usr/local/lib/
- --- 15,21 ----
- # or
- # make "TROFF=itroff" troff (for troff; use your troff here)
- #
- ! # $Id: Makefile,v 3.26 1992/03/25 04:53:29 woo Exp woo $
-
- # usually overridden by ../Makefile
- HELPDEST = /usr/local/lib/
- diff -rc gnuplot/docs/Makefile.ami gnuplot3.2/docs/Makefile.ami
- *** gnuplot/docs/Makefile.ami Wed Sep 4 12:54:52 1991
- --- gnuplot3.2/docs/Makefile.ami Wed Mar 25 08:00:24 1992
- ***************
- *** 1,4 ****
- --- 1,6 ----
- #
- + # $Id: Makefile.ami,v 3.26 1992/03/25 04:53:29 woo Exp woo $
- + #
- # Makefile for GNUPLOT documentation (Aztec C v5.xx Version)
- #
- # Note that the top-level file for documentation is gnuplot.doc.
- ***************
- *** 13,19 ****
- # or
- # make "TROFF=itroff" troff (for troff; use your troff for itroff here)
- #
- ! # $Id: Makefile,v 1.1 90/01/11 15:43:03 dfk Exp Locker: dfk $
-
- # usually overridden by ../Makefile
- HELPDEST = /usr/local/lib/
- --- 15,21 ----
- # or
- # make "TROFF=itroff" troff (for troff; use your troff for itroff here)
- #
- ! # $Id: Makefile.ami,v 3.26 1992/03/25 04:53:29 woo Exp woo $
-
- # usually overridden by ../Makefile
- HELPDEST = /usr/local/lib/
- diff -rc gnuplot/docs/checkdoc.c gnuplot3.2/docs/checkdoc.c
- *** gnuplot/docs/checkdoc.c Mon Mar 26 14:59:30 1990
- --- gnuplot3.2/docs/checkdoc.c Wed Mar 25 08:00:24 1992
- ***************
- *** 1,3 ****
- --- 1,7 ----
- + #ifndef lint
- + static char *RCSid = "$Id: checkdoc.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
- + #endif
- +
- /*
- * checkdoc -- check a doc file for correctness of first column.
- *
- diff -rc gnuplot/docs/doc2gih.c gnuplot3.2/docs/doc2gih.c
- *** gnuplot/docs/doc2gih.c Thu Jul 11 08:32:57 1991
- --- gnuplot3.2/docs/doc2gih.c Wed Mar 25 08:00:24 1992
- ***************
- *** 1,3 ****
- --- 1,7 ----
- + #ifndef lint
- + static char *RCSid = "$Id: doc2gih.c,v 3.26 92/03/25 04:53:29 woo Exp Locker: woo $";
- + #endif
- +
- /*
- * doc2gih.c -- program to convert Gnuplot .DOC format to gnuplot
- * interactive help (.GIH) format.
- diff -rc gnuplot/docs/doc2hlp.c gnuplot3.2/docs/doc2hlp.c
- *** gnuplot/docs/doc2hlp.c Thu Jul 11 08:34:22 1991
- --- gnuplot3.2/docs/doc2hlp.c Wed Mar 25 08:00:25 1992
- ***************
- *** 1,3 ****
- --- 1,7 ----
- + #ifndef lint
- + static char *RCSid = "$Id: doc2hlp.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
- + #endif
- +
- /*
- * doc2hlp.c -- program to convert Gnuplot .DOC format to
- * VMS help (.HLP) format.
- diff -rc gnuplot/docs/doc2ms.c gnuplot3.2/docs/doc2ms.c
- *** gnuplot/docs/doc2ms.c Mon Aug 26 18:56:37 1991
- --- gnuplot3.2/docs/doc2ms.c Wed Mar 25 08:00:25 1992
- ***************
- *** 1,3 ****
- --- 1,7 ----
- + #ifndef lint
- + static char *RCSid = "$Id: doc2ms.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
- + #endif
- +
- /*
- * doc2ms.c -- program to convert Gnuplot .DOC format to *roff -ms document
- * From hlp2ms by Thomas Williams
- ***************
- *** 18,24 ****
- * doc2ms < gnuplot.doc | troff -ms
- */
-
- ! static char rcsid[] = "$Id: doc2ms.c,v 1.1 90/01/11 15:43:54 dfk Exp Locker: dfk $";
-
- #include <stdio.h>
- #include <ctype.h>
- --- 22,28 ----
- * doc2ms < gnuplot.doc | troff -ms
- */
-
- ! static char rcsid[] = "$Id: doc2ms.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
-
- #include <stdio.h>
- #include <ctype.h>
- ***************
- *** 83,94 ****
- }
- case '@': { /* start/end table */
- if (intable) {
- ! (void) fputs(".TE\n", b);
- (void) fputs(".EQ\ndelim off\n.EN\n\n",b);
- intable = FALSE;
- } else {
- (void) fputs("\n.EQ\ndelim $$\n.EN\n",b);
- ! (void) fputs(".TS\ncenter box tab (@) ;\n", b);
- (void) fputs("c c l .\n", b);
- intable = TRUE;
- }
- --- 87,98 ----
- }
- case '@': { /* start/end table */
- if (intable) {
- ! (void) fputs(".TE\n.KE\n", b);
- (void) fputs(".EQ\ndelim off\n.EN\n\n",b);
- intable = FALSE;
- } else {
- (void) fputs("\n.EQ\ndelim $$\n.EN\n",b);
- ! (void) fputs(".KS\n.TS\ncenter box tab (@) ;\n", b);
- (void) fputs("c c l .\n", b);
- intable = TRUE;
- }
- diff -rc gnuplot/docs/doc2tex.c gnuplot3.2/docs/doc2tex.c
- *** gnuplot/docs/doc2tex.c Fri Aug 23 12:40:49 1991
- --- gnuplot3.2/docs/doc2tex.c Wed Mar 25 08:00:26 1992
- ***************
- *** 1,3 ****
- --- 1,7 ----
- + #ifndef lint
- + static char *RCSid = "$Id: doc2tex.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
- + #endif
- +
- /*
- * doc2tex.c -- program to convert Gnuplot .DOC format to LaTeX document
- * Also will work for VMS .HLP files.
- ***************
- *** 15,21 ****
- * latex gnuplot.tex ; latex gnuplot.tex
- */
-
- ! static char rcsid[] = "$Id: doc2tex.c,v 1.1 90/01/11 15:44:06 dfk Exp Locker: dfk $";
-
- #include <stdio.h>
- #include <ctype.h>
- --- 19,25 ----
- * latex gnuplot.tex ; latex gnuplot.tex
- */
-
- ! static char rcsid[] = "$Id: doc2tex.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
-
- #include <stdio.h>
- #include <ctype.h>
- diff -rc gnuplot/docs/gnuplot.1 gnuplot3.2/docs/gnuplot.1
- *** gnuplot/docs/gnuplot.1 Thu Sep 5 09:26:56 1991
- --- gnuplot3.2/docs/gnuplot.1 Wed Mar 25 08:00:27 1992
- ***************
- *** 91,101 ****
- with X servers. The \fIX11\fP terminal type provides differing colors as well
- as shapes for the \fIpoints\fP plotting style. The two types are otherwise
- identical. When used with either of these terminal types, \fIgnuplot\fP
- ! honors all the standard X Toolkit options and resources such as geometry, font,
- ! foreground and background. See the X(1) man page for a description of
- ! the options. For color or grayscale displays \fIgnuplot\fP also honors
- the following resources (shown here with default values):
- .sp
- .B "gnuplot*textColor: black"
- .br
- .B "gnuplot*borderColor: black"
- --- 91,114 ----
- with X servers. The \fIX11\fP terminal type provides differing colors as well
- as shapes for the \fIpoints\fP plotting style. The two types are otherwise
- identical. When used with either of these terminal types, \fIgnuplot\fP
- ! accepts all the standard X Toolkit options and resources such as geometry, font,
- ! and background. See the X(1) man page for a description of
- ! the options.
- ! .PP
- ! In addition to the X Toolkit options, there are three more
- ! command line options. \fB\-mono\fP forces monochrome rendering on
- ! color displays.
- ! \fB\-gray\fP requests grayscale rendering on grayscale or color displays.
- ! (Grayscale displays receive monochrome rendering by default.)
- ! \fB\-clear\fP requests that the window be cleared momentarily before a
- ! new plot is displayed. These options may also be controlled with resources.
- ! For example: \fBgnuplot*gray: on\fP .
- !
- ! For color displays \fIgnuplot\fP honors
- the following resources (shown here with default values):
- .sp
- + .B "gnuplot*background: white"
- + .br
- .B "gnuplot*textColor: black"
- .br
- .B "gnuplot*borderColor: black"
- ***************
- *** 118,123 ****
- --- 131,166 ----
- .br
- .B "gnuplot*line8Color: coral"
- .br
- +
- + When \fB\-gray\fP is selected, \fIgnuplot\fP honors
- + the following resources for grayscale or color displays (shown here with
- + default values). Note that the default background is black.
- + .sp
- + .B "gnuplot*background: black"
- + .br
- + .B "gnuplot*textGray: white"
- + .br
- + .B "gnuplot*borderGray: gray50"
- + .br
- + .B "gnuplot*axisGray: gray50"
- + .br
- + .B "gnuplot*line1Gray: gray100"
- + .br
- + .B "gnuplot*line2Gray: gray60"
- + .br
- + .B "gnuplot*line3Gray: gray80"
- + .br
- + .B "gnuplot*line4Gray: gray40"
- + .br
- + .B "gnuplot*line5Gray: gray90"
- + .br
- + .B "gnuplot*line6Gray: gray50"
- + .br
- + .B "gnuplot*line7Gray: gray70"
- + .br
- + .B "gnuplot*line8Gray: gray30"
- + .br
- +
- .PP
- The size or aspect ratio of a plot may be changed by resizing the
- .I gnuplot
- ***************
- *** 125,131 ****
- .SH AUTHORS
- Thomas Williams, Pixar Corporation,
- .br
- ! (pixar!info-gnuplot@sun.com)
- .br
- and Colin Kelley.
- .PP
- --- 168,174 ----
- .SH AUTHORS
- Thomas Williams, Pixar Corporation,
- .br
- ! (info-gnuplot@ames.arc.nasa.gov)
- .br
- and Colin Kelley.
- .PP
- diff -rc gnuplot/docs/gnuplot.doc gnuplot3.2/docs/gnuplot.doc
- *** gnuplot/docs/gnuplot.doc Sun Jan 5 21:33:30 1992
- --- gnuplot3.2/docs/gnuplot.doc Wed Mar 25 08:00:28 1992
- ***************
- *** 729,735 ****
- 10
-
- Note datafile.dat defines a 4 by 3 grid ( 4 rows of 3 points each ).
- ! Rows are seperated by blank lines.
-
- For more information about 3-d plotting, see `splot`.
- 4 using
- --- 729,745 ----
- 10
-
- Note datafile.dat defines a 4 by 3 grid ( 4 rows of 3 points each ).
- ! Rows are separated by blank lines.
- !
- ! On some computer systems with a popen function (UNIX), the datafile
- ! can be piped through a shell command by starting the file name
- ! with a '<'. For example:
- !
- ! pop(x) = 103*exp(x/10)
- ! plot '< awk "{print $1-1965 $2}" population.dat', pop(x)
- !
- ! would plot the same information as the first population example
- ! but with years since 1965 as the x axis.
-
- For more information about 3-d plotting, see `splot`.
- 4 using
- ***************
- *** 1302,1308 ****
- set noclip
- `set clip` is synonymous with `set clip points`. `set noclip` turns
- off all three types of clipping.
- ! 3 Cntrparam
- ?set cntrparam
- ?show cntrparam
- ?cntrparam
- --- 1312,1318 ----
- set noclip
- `set clip` is synonymous with `set clip points`. `set noclip` turns
- off all three types of clipping.
- ! 3 cntrparam
- ?set cntrparam
- ?show cntrparam
- ?cntrparam
- ***************
- *** 1464,1469 ****
- --- 1474,1501 ----
- set grid
- set nogrid
- show grid
- + 3 hidden3d
- + ?set hidden3d
- + ?show hidden3d
- + The `set hidden3d` command enables hidden line removal for explicit
- + surface plotting (see `splot`).
- + Hidden line removal may be used for both explicit functions
- + and for explicit data where gnuplot plot is in nonparametric mode (see
- + `set parametric`).
- +
- + When this flag is set both the surface hidden portion and possibly
- + its hidden contours (see `set contour`) as well as the hidden grid will be
- + removed. Labels and arrows are always visible and are unaffected by this
- + command.
- +
- + Each surface has its hidden part removed with respect to itself, if more
- + than one surface is ploted. This mode is meaningfull when surfaces are
- + plotted using line style drawing only.
- +
- + Syntax:
- + set hidden3d
- + set nohidden3d
- + show hidden3d
- 3 isosamples
- ?set isosamples
- ?show isosamples
- ***************
- *** 1658,1663 ****
- --- 1690,1707 ----
-
- The filename must be enclosed in quotes. If the filename is
- omitted, output will be sent to the standard output.
- +
- + On machines with popen functions (UNIX), output can be piped
- + through a shell command if the first letter of the filename
- + is '|'. For instance,
- +
- + Syntax:
- + set output "|lpr -Plaser filename"
- + set output "|lp -dlaser filename"
- +
- + (On MSDOS machines, set output "prn" will direct the output
- + to the default printer.)
- +
- 3 parametric
- ?set parametric
- ?set noparametric
- ***************
- *** 1810,1815 ****
- --- 1854,1861 ----
- set size
- To make the plot half size use:
- set size 0.5,0.5
- + To make a landscape plot have a 1:1 aspect ratio in polar mode use:
- + set size 0.721,1.0
- To show the size use:
- show size
-
- ***************
- *** 1950,1955 ****
- --- 1996,2027 ----
- This file has exactly 12 lines of RGB triples. No empty lines are
- allowed and anything after the third number in line is ignored.
-
- + 4 pbm
- + ?set terminal pbm
- + ?pbm
- + Several options may be set in the PBMplus driver.
- +
- + Syntax:
- + set terminal pbm {<fontsize>}
- + set terminal pgm {<fontsize>}
- + set terminal ppm {<fontsize>}
- +
- + where <fontsize> is `small`, `medium`, or `large`.
- + Default size is 640 pixels wide and 480 pixels high.
- + The pbm output is a portable bitmap (one bit per pixel).
- + The pgm output is a portable graymap (three bits per pixel).
- + The ppm output is a portable pixmap (color, four bits per pixel).
- + The output of these drivers can be used with Jef Poskanzer's
- + excellent PBMPLUS package which provides programs to convert
- + the above PBMPLUS formats to GIF, TIFF, MacPaint, Macintosh PICT,
- + PCX, X11 bitmap and many others.
- +
- + Examples:
- +
- + set term pbm small
- + set size 2,2
- + set term ppm medium
- +
- 4 postscript
- ?set terminal postscript
- ?postscript
- ***************
- *** 2010,2015 ****
- --- 2082,2095 ----
- set size 0.7,1.4
- set term aifm color "Times-Roman" 14
-
- + 4 table
- + ?set terminal table
- + ?table
- + Instead of producing a picture, term type 'table' prints out
- + the evaluation results in a multicolumn ASCII table of X Y Z values.
- + For those times when you really want to see the numbers, now you
- + can see them on the screen or save to a file.
- +
- 3 tics
- ?set tics
- ?show tics
- ***************
- *** 2581,2585 ****
- system. HUGE should be set to 1e38 in plot.h. This error has been
- corrected in the 2.1 version of NeXT OS.
-
- ! Please report any bugs to pixar!bug-gnuplot@sun.com or
- ! pixar!bug-gnuplot@ucbvax.berkeley.edu.
- --- 2661,2670 ----
- system. HUGE should be set to 1e38 in plot.h. This error has been
- corrected in the 2.1 version of NeXT OS.
-
- ! Some older models of HP plotters do not have a page eject command 'PG'.
- ! The current HPGL driver uses this command in HPGL_reset. This may need
- ! to be removed for these plotters. The current PCL5 driver uses HPGL/2
- ! for text as well as graphics. This should be modified to use scalable
- ! PCL fonts.
- !
- ! Please report any bugs to bug-gnuplot@ames.arc.nasa.gov.
- Common subdirectories: gnuplot/docs/latextut and gnuplot3.2/docs/latextut
- diff -rc gnuplot/docs/titlepage.ms gnuplot3.2/docs/titlepage.ms
- *** gnuplot/docs/titlepage.ms Mon Aug 26 19:00:46 1991
- --- gnuplot3.2/docs/titlepage.ms Wed Mar 25 08:00:29 1992
- ***************
- *** 26,34 ****
- Alex Woo
-
- .AI
- ! Mailing list for comments: pixar!info-gnuplot@sun.com
- .br
- ! Mailing list for bug reports: pixar!bug-gnuplot@sun.com
- \*(DY
- .br
-
- --- 26,34 ----
- Alex Woo
-
- .AI
- ! Mailing list for comments: info-gnuplot@ames.arc.nasa.gov
- .br
- ! Mailing list for bug reports: bug-gnuplot@ames.arc.nasa.gov
- \*(DY
- .br
-
- ***************
- *** 37,49 ****
-
-
-
- ! This manual is for GNUPLOT version 3.0.
- .AB no
- .AE
- .LP
- .nr HM 1.2i
- .ds CH
- ! .ds LH GNUPLOT 3.0
- .ds RH %
- .\".nr PS 12
- .\".nr VS 13
- --- 37,49 ----
-
-
-
- ! This manual is for GNUPLOT version 3.2
- .AB no
- .AE
- .LP
- .nr HM 1.2i
- .ds CH
- ! .ds LH GNUPLOT 3.2
- .ds RH %
- .\".nr PS 12
- .\".nr VS 13
- diff -rc gnuplot/docs/titlepage.tex gnuplot3.2/docs/titlepage.tex
- *** gnuplot/docs/titlepage.tex Mon Aug 5 08:45:47 1991
- --- gnuplot3.2/docs/titlepage.tex Wed Mar 25 08:00:30 1992
- ***************
- *** 1,3 ****
- --- 1,6 ----
- + %
- + % $Id: titlepage.tex,v 3.26 1992/03/25 04:53:29 woo Exp woo $
- + %
- \documentstyle[toc_entry]{article}
- \setlength{\textwidth}{6.25in}
- \setlength{\oddsidemargin}{0.5cm}
- ***************
- *** 29,39 ****
- Alex Woo\\
-
- \vspace{3ex}
- ! Mailing list for comments: \verb+pixar!info-gnuplot@sun.com+\\
- ! Mailing list for bug reports: \verb+pixar!bug-gnuplot@sun.com+
-
- \vfill
- ! {\small This manual is for GNUPLOT version 3.0.}
-
- \end{center}
- \newpage
- --- 32,42 ----
- Alex Woo\\
-
- \vspace{3ex}
- ! Mailing list for comments: \verb+info-gnuplot@ames.arc.nasa.gov+\\
- ! Mailing list for bug reports: \verb+bug-gnuplot@ames.arc.nasa.gov+
-
- \vfill
- ! {\small This manual is for GNUPLOT version 3.2}
-
- \end{center}
- \newpage
- ***************
- *** 43,46 ****
-
- \setcounter{page}{1}
- \pagestyle{myheadings}
- ! \markboth{GNUPLOT 3.0}{GNUPLOT 3.0}
- --- 46,49 ----
-
- \setcounter{page}{1}
- \pagestyle{myheadings}
- ! \markboth{GNUPLOT 3.2}{GNUPLOT 3.2}
- diff -rc gnuplot/docs/toc_entry.sty gnuplot3.2/docs/toc_entry.sty
- *** gnuplot/docs/toc_entry.sty Thu May 30 07:18:38 1991
- --- gnuplot3.2/docs/toc_entry.sty Wed Mar 25 08:00:30 1992
- ***************
- *** 1,4 ****
- --- 1,6 ----
- %
- + % $Id: toc_entry.sty,v 3.26 1992/03/25 04:53:29 woo Exp woo $
- + %
- % TOC_ENTRY.STY of 13 Dec 90
- % written by Stefan Timphus
- %
- diff -rc gnuplot/term/aed.trm gnuplot3.2/term/aed.trm
- *** gnuplot/term/aed.trm Mon Mar 26 15:02:16 1990
- --- gnuplot3.2/term/aed.trm Wed Mar 25 08:00:31 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - aed.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: aed.trm,v 3.26 92/03/24 22:34:46 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - aed.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 22,28 ****
- * AUTHORS
- * Colin Kelley, Thomas Williams, Russell Lang
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 26,32 ----
- * AUTHORS
- * Colin Kelley, Thomas Williams, Russell Lang
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/ai.trm gnuplot3.2/term/ai.trm
- *** gnuplot/term/ai.trm Sun Jan 5 21:33:01 1992
- --- gnuplot3.2/term/ai.trm Wed Mar 25 08:00:32 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - ai.trm */
- /*
- ! * Copyright (C) 1991
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: ai.trm,v 3.26 92/03/24 22:35:00 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - ai.trm */
- /*
- ! * Copyright (C) 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 22,28 ****
- * AUTHORS
- * Ray Ghanbari
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- * The 'aifm' driver produces files editable by Adobe Illustrator 3.0
- * To change font to Courier and font size to 20pts use
- --- 26,32 ----
- * AUTHORS
- * Ray Ghanbari
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- * The 'aifm' driver produces files editable by Adobe Illustrator 3.0
- * To change font to Courier and font size to 20pts use
- diff -rc gnuplot/term/amiga.trm gnuplot3.2/term/amiga.trm
- *** gnuplot/term/amiga.trm Sun Jan 5 21:33:31 1992
- --- gnuplot3.2/term/amiga.trm Wed Mar 25 08:00:33 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - amiga.trm */
- /*
- ! * Copyright (C) 1991
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: amiga.trm,v 3.26 92/03/24 22:34:45 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - amiga.trm */
- /*
- ! * Copyright (C) 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 38,44 ****
- * kludge will get deleted!
- * (Aztec C release 5.2 beta)
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 42,48 ----
- * kludge will get deleted!
- * (Aztec C release 5.2 beta)
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/apollo.trm gnuplot3.2/term/apollo.trm
- *** gnuplot/term/apollo.trm Sun Jan 5 21:33:32 1992
- --- gnuplot3.2/term/apollo.trm Wed Mar 25 08:00:34 1992
- ***************
- *** 1,3 ****
- --- 1,7 ----
- + /*
- + * $Id: apollo.trm,v 3.26 92/03/24 22:34:58 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - apollo.trm */
- /*
- Apollo terminal driver for GNUplot.
- diff -rc gnuplot/term/bigfig.trm gnuplot3.2/term/bigfig.trm
- *** gnuplot/term/bigfig.trm Sun Aug 25 11:53:01 1991
- --- gnuplot3.2/term/bigfig.trm Wed Mar 25 08:00:34 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - fig.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: bigfig.trm,v 3.26 92/03/24 22:35:50 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - fig.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 22,28 ****
- * AUTHORS
- * Micah Beck, David Kotz
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 26,32 ----
- * AUTHORS
- * Micah Beck, David Kotz
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/cgi.trm gnuplot3.2/term/cgi.trm
- *** gnuplot/term/cgi.trm Sun Dec 16 14:59:48 1990
- --- gnuplot3.2/term/cgi.trm Wed Mar 25 08:00:35 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - cgi.trm */
- /*
- ! * Copyright (C) 1990 Ronald Florence
- *
- * Permission is hereby granted for unlimited non-commercial
- * use of this code, on condition that the copyright
- --- 1,10 ----
- + /*
- + * $Id: cgi.trm,v 3.26 92/03/24 22:34:47 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - cgi.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992 Ronald Florence
- *
- * Permission is hereby granted for unlimited non-commercial
- * use of this code, on condition that the copyright
- diff -rc gnuplot/term/dumb.trm gnuplot3.2/term/dumb.trm
- *** gnuplot/term/dumb.trm Sun Sep 8 09:11:50 1991
- --- gnuplot3.2/term/dumb.trm Wed Mar 25 08:00:36 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - dumb.trm */
- /*
- ! * Copyright (C) 1991
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: dumb.trm,v 3.26 92/03/24 22:34:48 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - dumb.trm */
- /*
- ! * Copyright (C) 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 23,29 ****
- * Francois Pinard, 91-04-03
- * INTERNET: pinard@iro.umontreal.ca
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 27,33 ----
- * Francois Pinard, 91-04-03
- * INTERNET: pinard@iro.umontreal.ca
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/dxf.trm gnuplot3.2/term/dxf.trm
- *** gnuplot/term/dxf.trm Tue Jul 9 11:02:03 1991
- --- gnuplot3.2/term/dxf.trm Wed Mar 25 08:00:37 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - dxf.trm */
- /*
- ! * Copyright (C) 1991
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: dxf.trm,v 3.26 92/03/24 22:34:49 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - dxf.trm */
- /*
- ! * Copyright (C) 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 23,29 ****
- * AUTHOR
- * Florian Hiss (fhis1231@w204zrz.zrz.tu-berlin.de)
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- */
-
- #define DXF_UNIT 60.0
- --- 27,33 ----
- * AUTHOR
- * Florian Hiss (fhis1231@w204zrz.zrz.tu-berlin.de)
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- */
-
- #define DXF_UNIT 60.0
- diff -rc gnuplot/term/dxy.trm gnuplot3.2/term/dxy.trm
- *** gnuplot/term/dxy.trm Mon Mar 26 15:02:18 1990
- --- gnuplot3.2/term/dxy.trm Wed Mar 25 08:00:38 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - dxy.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: dxy.trm,v 3.26 92/03/24 22:34:50 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - dxy.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 23,29 ****
- * Martin Yii, eln557h@monu3.OZ
- * Further modified Jan 1990 by Russell Lang, rjl@monu1.cc.monash.oz
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 27,33 ----
- * Martin Yii, eln557h@monu3.OZ
- * Further modified Jan 1990 by Russell Lang, rjl@monu1.cc.monash.oz
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/eepic.trm gnuplot3.2/term/eepic.trm
- *** gnuplot/term/eepic.trm Sun Aug 25 11:54:28 1991
- --- gnuplot3.2/term/eepic.trm Wed Mar 25 08:00:39 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - eepic.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: eepic.trm,v 3.26 92/03/24 22:34:51 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - eepic.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 22,28 ****
- * AUTHORS
- * David Kotz
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
- /*
- --- 26,32 ----
- * AUTHORS
- * David Kotz
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
- /*
- diff -rc gnuplot/term/epson.trm gnuplot3.2/term/epson.trm
- *** gnuplot/term/epson.trm Wed Jul 10 11:13:38 1991
- --- gnuplot3.2/term/epson.trm Wed Mar 25 08:00:40 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - epson.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: epson.trm,v 3.26 92/03/24 22:34:52 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - epson.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 24,30 ****
- * Russell Lang
- * William Wilson
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 28,34 ----
- * Russell Lang
- * William Wilson
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/fig.trm gnuplot3.2/term/fig.trm
- *** gnuplot/term/fig.trm Sun Aug 25 11:54:45 1991
- --- gnuplot3.2/term/fig.trm Wed Mar 25 08:00:40 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - fig.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: fig.trm,v 3.26 92/03/24 22:34:53 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - fig.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 22,28 ****
- * AUTHORS
- * Micah Beck, David Kotz
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 26,32 ----
- * AUTHORS
- * Micah Beck, David Kotz
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
- diff -rc gnuplot/term/gpr.trm gnuplot3.2/term/gpr.trm
- *** gnuplot/term/gpr.trm Mon Jun 3 09:14:32 1991
- --- gnuplot3.2/term/gpr.trm Wed Mar 25 08:00:41 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - gpr.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: gpr.trm,v 3.26 92/03/24 22:35:00 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - gpr.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 23,29 ****
- * Michael Aramini
- * Roque D Oliveira , oliveria@caen.engin.umich.edu
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
- #include <apollo/base.h>
- --- 27,33 ----
- * Michael Aramini
- * Roque D Oliveira , oliveria@caen.engin.umich.edu
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
- #include <apollo/base.h>
- diff -rc gnuplot/term/hp26.trm gnuplot3.2/term/hp26.trm
- *** gnuplot/term/hp26.trm Sun Jan 5 21:33:33 1992
- --- gnuplot3.2/term/hp26.trm Wed Mar 25 08:00:42 1992
- ***************
- *** 1,6 ****
- /* GNUPLOT - hp26.trm */
- /*
- ! * Copyright (C) 1990
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- --- 1,10 ----
- + /*
- + * $Id: hp26.trm,v 3.26 92/03/24 22:34:55 woo Exp Locker: woo $
- + */
- +
- /* GNUPLOT - hp26.trm */
- /*
- ! * Copyright (C) 1990, 1991, 1992
- *
- * Permission to use, copy, and distribute this software and its
- * documentation for any purpose with or without fee is hereby granted,
- ***************
- *** 22,28 ****
- * AUTHORS
- * hplvlch!ch (Chuck Heller)
- *
- ! * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
- *
- */
-
- --- 26,32 ----
- * AUTHORS
- * hplvlch!ch (Chuck Heller)
- *
- ! * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
- *
- */
-
-