home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume30 / gnuplot3 / patch02c / patch.6 < prev   
Encoding:
Text File  |  1992-06-19  |  43.3 KB  |  1,506 lines

  1. diff -rc gnuplot/util.c gnuplot3.2/util.c
  2. *** gnuplot/util.c    Sun Jan  5 21:33:27 1992
  3. --- gnuplot3.2/util.c    Wed Mar 25 08:00:04 1992
  4. ***************
  5. *** 1,6 ****
  6.   /* GNUPLOT - util.c */
  7.   /*
  8. !  * Copyright (C) 1986, 1987, 1990, 1991   Thomas Williams, Colin Kelley
  9.    *
  10.    * Permission to use, copy, and distribute this software and its
  11.    * documentation for any purpose with or without fee is hereby granted, 
  12. --- 1,10 ----
  13. + #ifndef lint
  14. + static char *RCSid = "$Id: util.c,v 3.26 92/03/24 22:34:43 woo Exp Locker: woo $";
  15. + #endif
  16.   /* GNUPLOT - util.c */
  17.   /*
  18. !  * Copyright (C) 1986, 1987, 1990, 1991, 1992   Thomas Williams, Colin Kelley
  19.    *
  20.    * Permission to use, copy, and distribute this software and its
  21.    * documentation for any purpose with or without fee is hereby granted, 
  22. ***************
  23. *** 27,37 ****
  24.    *       Gershon Elber and many others.
  25.    * 
  26.    * Send your comments or suggestions to 
  27. !  *  pixar!info-gnuplot@sun.com.
  28.    * This is a mailing list; to join it send a note to 
  29. !  *  pixar!info-gnuplot-request@sun.com.  
  30.    * Send bug reports to
  31. !  *  pixar!bug-gnuplot@sun.com.
  32.    */
  33.   
  34.   #include <ctype.h>
  35. --- 31,41 ----
  36.    *       Gershon Elber and many others.
  37.    * 
  38.    * Send your comments or suggestions to 
  39. !  *  info-gnuplot@ames.arc.nasa.gov.
  40.    * This is a mailing list; to join it send a note to 
  41. !  *  info-gnuplot-request@ames.arc.nasa.gov.  
  42.    * Send bug reports to
  43. !  *  bug-gnuplot@ames.arc.nasa.gov.
  44.    */
  45.   
  46.   #include <ctype.h>
  47. diff -rc gnuplot/version.c gnuplot3.2/version.c
  48. *** gnuplot/version.c    Sun Jan  5 21:33:27 1992
  49. --- gnuplot3.2/version.c    Wed Mar 25 08:00:04 1992
  50. ***************
  51. *** 1,6 ****
  52.   /* GNUPLOT - version.c */
  53.   /*
  54. !  * Copyright (C) 1986, 1987, 1990, 1991   Thomas Williams, Colin Kelley
  55.    *
  56.    * Permission to use, copy, and distribute this software and its
  57.    * documentation for any purpose with or without fee is hereby granted, 
  58. --- 1,10 ----
  59. + #ifndef lint
  60. + static char *RCSid = "$Id: version.c,v 3.26 92/03/24 22:34:44 woo Exp Locker: woo $";
  61. + #endif
  62.   /* GNUPLOT - version.c */
  63.   /*
  64. !  * Copyright (C) 1986, 1987, 1990, 1991, 1992   Thomas Williams, Colin Kelley
  65.    *
  66.    * Permission to use, copy, and distribute this software and its
  67.    * documentation for any purpose with or without fee is hereby granted, 
  68. ***************
  69. *** 27,45 ****
  70.    *       Gershon Elber and many others.
  71.    * 
  72.    * Send your comments or suggestions to 
  73. !  *  pixar!info-gnuplot@sun.com.
  74.    * This is a mailing list; to join it send a note to 
  75. !  *  pixar!info-gnuplot-request@sun.com.  
  76.    * Send bug reports to
  77. !  *  pixar!bug-gnuplot@sun.com.
  78.    */
  79.   
  80. ! char version[] = "3.0 ";
  81. ! char patchlevel[] = "1, Dec 1 91";
  82. ! char date[] = "Sun Dec 1 16:56:36 1991";
  83.   
  84.   /* override in Makefile */
  85.   #ifndef CONTACT
  86. ! # define CONTACT "pixar!bug-gnuplot@sun.com"
  87.   #endif
  88.   char bug_email[] = CONTACT;
  89. --- 31,49 ----
  90.    *       Gershon Elber and many others.
  91.    * 
  92.    * Send your comments or suggestions to 
  93. !  *  info-gnuplot@ames.arc.nasa.gov.
  94.    * This is a mailing list; to join it send a note to 
  95. !  *  info-gnuplot-request@ames.arc.nasa.gov.  
  96.    * Send bug reports to
  97. !  *  bug-gnuplot@ames.arc.nasa.gov.
  98.    */
  99.   
  100. ! char version[] = "3.2 ";
  101. ! char patchlevel[] = "2, Mar 24 92";
  102. ! char date[] = "Sat Mar 24 21:08:47 PST 1992";
  103.   
  104.   /* override in Makefile */
  105.   #ifndef CONTACT
  106. ! # define CONTACT "bug-gnuplot@ames.arc.nasa.gov"
  107.   #endif
  108.   char bug_email[] = CONTACT;
  109. diff -rc gnuplot/demo/1.dat gnuplot3.2/demo/1.dat
  110. *** gnuplot/demo/1.dat    Mon Mar 26 14:59:14 1990
  111. --- gnuplot3.2/demo/1.dat    Wed Mar 25 08:00:05 1992
  112. ***************
  113. *** 1,3 ****
  114. --- 1,6 ----
  115. + #
  116. + # $Id: 1.dat,v 3.26 92/03/24 22:32:15 woo Exp Locker: woo $
  117. + #
  118.   -20.000000 -3.041676
  119.   -19.000000 -3.036427
  120.   -18.000000 -3.030596
  121. diff -rc gnuplot/demo/2.dat gnuplot3.2/demo/2.dat
  122. *** gnuplot/demo/2.dat    Mon Mar 26 14:59:16 1990
  123. --- gnuplot3.2/demo/2.dat    Wed Mar 25 08:00:06 1992
  124. ***************
  125. *** 1,3 ****
  126. --- 1,6 ----
  127. + #
  128. + # $Id: 2.dat,v 3.26 92/03/24 22:32:16 woo Exp Locker: woo $
  129. + #
  130.   -20.000000 -6.083352
  131.   -19.000000 -6.072853
  132.   -18.000000 -6.061191
  133. diff -rc gnuplot/demo/3.dat gnuplot3.2/demo/3.dat
  134. *** gnuplot/demo/3.dat    Mon Mar 26 14:59:16 1990
  135. --- gnuplot3.2/demo/3.dat    Wed Mar 25 08:00:07 1992
  136. ***************
  137. *** 1,3 ****
  138. --- 1,6 ----
  139. + #
  140. + # $Id: 3.dat,v 3.26 92/03/24 22:32:17 woo Exp Locker: woo $
  141. + #
  142.   -20.000000 -9.125028
  143.   -19.000000 -9.109280
  144.   -18.000000 -9.091787
  145. diff -rc gnuplot/demo/all.demo gnuplot3.2/demo/all.demo
  146. *** gnuplot/demo/all.demo    Sun Sep 15 10:22:14 1991
  147. --- gnuplot3.2/demo/all.demo    Wed Mar 25 08:00:08 1992
  148. ***************
  149. *** 1,4 ****
  150. --- 1,7 ----
  151.   #
  152. + # $Id: all.demo,v 3.26 92/03/24 22:32:37 woo Exp Locker: woo $
  153. + #
  154. + #
  155.   # Executes ALL demos in this directory, in functionality order.
  156.   #
  157.   
  158. ***************
  159. *** 34,39 ****
  160. --- 37,45 ----
  161.   
  162.   pause 0 "******************** file contours.demo ********************"
  163.   load "contours.demo"
  164. + pause 0 "******************** file hidden.demo ********************"
  165. + load "hidden.demo"
  166.   
  167.   pause 0 "******************** file world.demo ********************"
  168.   load "world.demo"
  169. diff -rc gnuplot/demo/antenna.dat gnuplot3.2/demo/antenna.dat
  170. *** gnuplot/demo/antenna.dat    Tue Jul  2 10:34:30 1991
  171. --- gnuplot3.2/demo/antenna.dat    Wed Mar 25 08:00:09 1992
  172. ***************
  173. *** 1,3 ****
  174. --- 1,6 ----
  175. + #
  176. + # $Id: antenna.dat,v 3.26 92/03/24 22:32:36 woo Exp Locker: woo $
  177. + #
  178.      0.000  90.007E-01 -35.926E+00 -71.297E+00  90.783E-01
  179.      2.000  81.667E-01  13.355E-02 -32.735E+00  89.007E-01
  180.      4.000  60.696E-01  40.782E-01 -28.040E+00  83.501E-01
  181. diff -rc gnuplot/demo/bivariat.demo gnuplot3.2/demo/bivariat.demo
  182. *** gnuplot/demo/bivariat.demo    Sun Sep 15 10:42:52 1991
  183. --- gnuplot3.2/demo/bivariat.demo    Wed Mar 25 08:00:09 1992
  184. ***************
  185. *** 1,4 ****
  186. --- 1,7 ----
  187.   #
  188. + # $Id: bivariat.demo,v 3.26 92/03/24 22:32:38 woo Exp Locker: woo $
  189. + #
  190. + #
  191.   # This demo is very slow and requires unusually large stack size.
  192.   # Do not attempt to run this demo under MSDOS.
  193.   #
  194. diff -rc gnuplot/demo/contours.demo gnuplot3.2/demo/contours.demo
  195. *** gnuplot/demo/contours.demo    Mon Aug  5 07:51:37 1991
  196. --- gnuplot3.2/demo/contours.demo    Wed Mar 25 08:00:10 1992
  197. ***************
  198. *** 1,3 ****
  199. --- 1,6 ----
  200. + #
  201. + # $Id: contours.demo,v 3.26 92/03/24 22:32:18 woo Exp Locker: woo $
  202. + #
  203.   set samples 20
  204.   set isosamples 21
  205.   set xlabel "X axis" -5,-2
  206. diff -rc gnuplot/demo/controls.demo gnuplot3.2/demo/controls.demo
  207. *** gnuplot/demo/controls.demo    Mon Mar 26 14:59:16 1990
  208. --- gnuplot3.2/demo/controls.demo    Wed Mar 25 08:00:11 1992
  209. ***************
  210. *** 1,4 ****
  211. --- 1,7 ----
  212.   #
  213. + # $Id: controls.demo,v 3.26 92/03/24 22:32:19 woo Exp Locker: woo $
  214. + #
  215. + #
  216.   # warning:  this demo is SLOW on PCs without math coprocessors!
  217.   #
  218.   # From _Automatic_Control_Systems_, fourth ed., figure 6-14
  219. diff -rc gnuplot/demo/electron.demo gnuplot3.2/demo/electron.demo
  220. *** gnuplot/demo/electron.demo    Sun Sep 15 10:43:22 1991
  221. --- gnuplot3.2/demo/electron.demo    Wed Mar 25 08:00:12 1992
  222. ***************
  223. *** 1,3 ****
  224. --- 1,6 ----
  225. + #
  226. + # $Id: electron.demo,v 3.26 92/03/24 22:32:20 woo Exp Locker: woo $
  227. + #
  228.   # Electronics demo
  229.   #
  230.   # Bipolar Transistor (NPN) Mutual Characteristic
  231. diff -rc gnuplot/demo/err.dat gnuplot3.2/demo/err.dat
  232. *** gnuplot/demo/err.dat    Sun Jun 23 09:18:38 1991
  233. --- gnuplot3.2/demo/err.dat    Wed Mar 25 08:00:12 1992
  234. ***************
  235. *** 1,3 ****
  236. --- 1,6 ----
  237. + #
  238. + # $Id: err.dat,v 3.26 92/03/24 22:32:32 woo Exp Locker: woo $
  239. + #
  240.   0    11.062    9.757    12.667    2.345
  241.   2    9.212    8.0908    10.932    1.725
  242.   5    8.55    7.6612    9.0388    2.846
  243. diff -rc gnuplot/demo/errorbar.demo gnuplot3.2/demo/errorbar.demo
  244. *** gnuplot/demo/errorbar.demo    Sun Sep 15 10:43:49 1991
  245. --- gnuplot3.2/demo/errorbar.demo    Wed Mar 25 08:00:13 1992
  246. ***************
  247. *** 1,4 ****
  248. --- 1,7 ----
  249.   #
  250. + # $Id: errorbar.demo,v 3.26 92/03/24 22:32:35 woo Exp Locker: woo $
  251. + #
  252. + #
  253.   # Requires data file "err.dat" from this directory,
  254.   # so change current working directory to this directory before running.
  255.   # gnuplot> set term <term-type>
  256. diff -rc gnuplot/demo/glass.dat gnuplot3.2/demo/glass.dat
  257. *** gnuplot/demo/glass.dat    Tue Jan  1 08:38:10 1991
  258. --- gnuplot3.2/demo/glass.dat    Wed Mar 25 08:00:14 1992
  259. ***************
  260. *** 1,4 ****
  261. --- 1,7 ----
  262.   #
  263. + # $Id: glass.dat,v 3.26 92/03/24 22:32:21 woo Exp Locker: woo $
  264. + #
  265. + #
  266.   # 16x16 grid Glass shape. Created Using DRAWFN3D, Gershon Elber 1990.
  267.   #
  268.     0.568000   0.000000  -0.911000
  269. Only in gnuplot3.2/demo: hidden.demo
  270. diff -rc gnuplot/demo/param.demo gnuplot3.2/demo/param.demo
  271. *** gnuplot/demo/param.demo    Sun Sep 15 10:44:05 1991
  272. --- gnuplot3.2/demo/param.demo    Wed Mar 25 08:00:15 1992
  273. ***************
  274. *** 1,4 ****
  275. --- 1,7 ----
  276.   #
  277. + # $Id: param.demo,v 3.26 92/03/24 22:32:22 woo Exp Locker: woo $
  278. + #
  279. + #
  280.   # Show some of the new parametric capabilities.
  281.   #
  282.   set parametric
  283. diff -rc gnuplot/demo/polar.dat gnuplot3.2/demo/polar.dat
  284. *** gnuplot/demo/polar.dat    Tue Jul  2 10:34:31 1991
  285. --- gnuplot3.2/demo/polar.dat    Wed Mar 25 08:00:15 1992
  286. ***************
  287. *** 1,3 ****
  288. --- 1,6 ----
  289. + #
  290. + # $Id: polar.dat,v 3.26 92/03/24 22:32:34 woo Exp Locker: woo $
  291. + #
  292.   # Input data ncmain.d4 generated by genpat2.f:Tx antenna pattern
  293.   # x,y,z of center point B in coord 3
  294.   #     -5.12000     0.00000    -1.50000  
  295. diff -rc gnuplot/demo/polar.demo gnuplot3.2/demo/polar.demo
  296. *** gnuplot/demo/polar.demo    Sun Sep 15 10:44:33 1991
  297. --- gnuplot3.2/demo/polar.demo    Wed Mar 25 08:00:16 1992
  298. ***************
  299. *** 1,4 ****
  300. --- 1,7 ----
  301.   #
  302. + # $Id: polar.demo,v 3.26 92/03/24 22:32:23 woo Exp Locker: woo $
  303. + #
  304. + #
  305.   # Show some of the new polar capabilities.
  306.   #
  307.   set polar
  308. diff -rc gnuplot/demo/poldat.demo gnuplot3.2/demo/poldat.demo
  309. *** gnuplot/demo/poldat.demo    Sun Sep 15 10:44:43 1991
  310. --- gnuplot3.2/demo/poldat.demo    Wed Mar 25 08:00:17 1992
  311. ***************
  312. *** 1,3 ****
  313. --- 1,6 ----
  314. + #
  315. + # $Id: poldat.demo,v 3.26 92/03/24 22:32:33 woo Exp Locker: woo $
  316. + #
  317.   set samples 361
  318.   set size .757,1.0
  319.   set time
  320. diff -rc gnuplot/demo/simple.demo gnuplot3.2/demo/simple.demo
  321. *** gnuplot/demo/simple.demo    Sun Sep 15 10:44:58 1991
  322. --- gnuplot3.2/demo/simple.demo    Wed Mar 25 08:00:17 1992
  323. ***************
  324. *** 1,4 ****
  325. --- 1,7 ----
  326.   #
  327. + # $Id: simple.demo,v 3.26 92/03/24 22:32:24 woo Exp Locker: woo $
  328. + #
  329. + #
  330.   # Requires data files "[123].dat" from this directory,
  331.   # so change current working directory to this directory before running.
  332.   # gnuplot> set term <term-type>
  333. diff -rc gnuplot/demo/surface1.demo gnuplot3.2/demo/surface1.demo
  334. *** gnuplot/demo/surface1.demo    Sun Aug 25 12:39:46 1991
  335. --- gnuplot3.2/demo/surface1.demo    Wed Mar 25 08:00:18 1992
  336. ***************
  337. *** 1,3 ****
  338. --- 1,6 ----
  339. + #
  340. + # $Id: surface1.demo,v 3.26 92/03/24 22:32:25 woo Exp Locker: woo $
  341. + #
  342.   set samples 21
  343.   set isosample 11
  344.   set xlabel "X axis" -3,-2
  345. diff -rc gnuplot/demo/surface2.demo gnuplot3.2/demo/surface2.demo
  346. *** gnuplot/demo/surface2.demo    Mon Aug  5 07:51:55 1991
  347. --- gnuplot3.2/demo/surface2.demo    Wed Mar 25 08:00:18 1992
  348. ***************
  349. *** 1,3 ****
  350. --- 1,6 ----
  351. + #
  352. + # $Id: surface2.demo,v 3.26 92/03/24 22:32:26 woo Exp Locker: woo $
  353. + #
  354.   set parametric
  355.   set samples 50
  356.   
  357. diff -rc gnuplot/demo/using.dat gnuplot3.2/demo/using.dat
  358. *** gnuplot/demo/using.dat    Sun Nov 25 07:15:30 1990
  359. --- gnuplot3.2/demo/using.dat    Wed Mar 25 08:00:19 1992
  360. ***************
  361. *** 1,3 ****
  362. --- 1,6 ----
  363. + #
  364. + # $Id: using.dat,v 3.26 92/03/24 22:32:26 woo Exp Locker: woo $
  365. + #
  366.   891101 00   1.00  14   8.6  94.0
  367.   891101 01   1.04  10  17.5  94.4
  368.   891101 02   1.08   9   9.7  97.1
  369. diff -rc gnuplot/demo/using.demo gnuplot3.2/demo/using.demo
  370. *** gnuplot/demo/using.demo    Wed May 29 12:44:29 1991
  371. --- gnuplot3.2/demo/using.demo    Wed Mar 25 08:00:20 1992
  372. ***************
  373. *** 1,4 ****
  374. --- 1,7 ----
  375.   #
  376. + # $Id: using.demo,v 3.26 92/03/24 22:32:27 woo Exp Locker: woo $
  377. + #
  378. + #
  379.   # Requires data file "using.dat" from this directory,
  380.   # so change current working directory to this directory before running.
  381.   #
  382. diff -rc gnuplot/demo/world.cor gnuplot3.2/demo/world.cor
  383. *** gnuplot/demo/world.cor    Sun Jan  5 21:33:28 1992
  384. --- gnuplot3.2/demo/world.cor    Wed Mar 25 08:00:21 1992
  385. ***************
  386. *** 1,3 ****
  387. --- 1,6 ----
  388. + #
  389. + # $Id: world.cor,v 3.26 92/03/24 22:32:28 woo Exp Locker: woo $
  390. + #
  391.   # Gnuplot world correspondences.  Feel free to check for and update
  392.   # your site; especially if it represents a new location or you
  393.   # know more precise coordinates for a site.  A (?) indicates
  394. ***************
  395. *** 76,78 ****
  396. --- 79,82 ----
  397.   7 51.5         # Fraunhofer Institut, Duisburg, Germany
  398.   8 48           # Freiburg im Br.  (Federal Republic of Germany)
  399.   8 52           # Univesity of Dortmund, Federal Republic of Germany
  400. + 11.5 48        # Technische Universitaet Muenchen, Munich, Germany
  401. diff -rc gnuplot/demo/world.dat gnuplot3.2/demo/world.dat
  402. *** gnuplot/demo/world.dat    Sun May 26 13:35:38 1991
  403. --- gnuplot3.2/demo/world.dat    Wed Mar 25 08:00:21 1992
  404. ***************
  405. *** 1,3 ****
  406. --- 1,6 ----
  407. + #
  408. + # $Id: world.dat,v 3.26 92/03/24 22:32:29 woo Exp Locker: woo $
  409. + #
  410.   -140.37  60.25
  411.   -132.08  57.20
  412.   -131.46  55.98
  413. diff -rc gnuplot/demo/world.demo gnuplot3.2/demo/world.demo
  414. *** gnuplot/demo/world.demo    Mon Aug  5 07:59:13 1991
  415. --- gnuplot3.2/demo/world.demo    Wed Mar 25 08:00:22 1992
  416. ***************
  417. *** 1,3 ****
  418. --- 1,6 ----
  419. + #
  420. + # $Id: world.demo,v 3.26 92/03/24 22:32:31 woo Exp Locker: woo $
  421. + #
  422.   set title "Gnuplot Correspondences"
  423.   set nokey
  424.   set noborder
  425. diff -rc gnuplot/docs/Makefile gnuplot3.2/docs/Makefile
  426. *** gnuplot/docs/Makefile    Thu Aug 22 07:02:07 1991
  427. --- gnuplot3.2/docs/Makefile    Wed Mar 25 08:00:23 1992
  428. ***************
  429. *** 1,3 ****
  430. --- 1,6 ----
  431. + #
  432. + # $Id: Makefile,v 3.26 1992/03/25 04:53:29 woo Exp woo $
  433. + #
  434.   # Makefile for GNUPLOT documentation
  435.   #
  436.   # Note that the top-level file for documentation is gnuplot.doc.
  437. ***************
  438. *** 12,18 ****
  439.   #   or
  440.   #    make "TROFF=itroff" troff    (for troff; use your troff here)
  441.   #
  442. ! # $Id: Makefile,v 1.1 90/01/11 15:43:03 dfk Exp Locker: dfk $
  443.   
  444.   # usually overridden by ../Makefile
  445.   HELPDEST = /usr/local/lib/
  446. --- 15,21 ----
  447.   #   or
  448.   #    make "TROFF=itroff" troff    (for troff; use your troff here)
  449.   #
  450. ! # $Id: Makefile,v 3.26 1992/03/25 04:53:29 woo Exp woo $
  451.   
  452.   # usually overridden by ../Makefile
  453.   HELPDEST = /usr/local/lib/
  454. diff -rc gnuplot/docs/Makefile.ami gnuplot3.2/docs/Makefile.ami
  455. *** gnuplot/docs/Makefile.ami    Wed Sep  4 12:54:52 1991
  456. --- gnuplot3.2/docs/Makefile.ami    Wed Mar 25 08:00:24 1992
  457. ***************
  458. *** 1,4 ****
  459. --- 1,6 ----
  460.   #
  461. + # $Id: Makefile.ami,v 3.26 1992/03/25 04:53:29 woo Exp woo $
  462. + #
  463.   # Makefile for GNUPLOT documentation (Aztec C v5.xx Version)
  464.   #
  465.   # Note that the top-level file for documentation is gnuplot.doc.
  466. ***************
  467. *** 13,19 ****
  468.   #   or
  469.   #    make "TROFF=itroff" troff    (for troff; use your troff for itroff here)
  470.   #
  471. ! # $Id: Makefile,v 1.1 90/01/11 15:43:03 dfk Exp Locker: dfk $
  472.   
  473.   # usually overridden by ../Makefile
  474.   HELPDEST = /usr/local/lib/
  475. --- 15,21 ----
  476.   #   or
  477.   #    make "TROFF=itroff" troff    (for troff; use your troff for itroff here)
  478.   #
  479. ! # $Id: Makefile.ami,v 3.26 1992/03/25 04:53:29 woo Exp woo $
  480.   
  481.   # usually overridden by ../Makefile
  482.   HELPDEST = /usr/local/lib/
  483. diff -rc gnuplot/docs/checkdoc.c gnuplot3.2/docs/checkdoc.c
  484. *** gnuplot/docs/checkdoc.c    Mon Mar 26 14:59:30 1990
  485. --- gnuplot3.2/docs/checkdoc.c    Wed Mar 25 08:00:24 1992
  486. ***************
  487. *** 1,3 ****
  488. --- 1,7 ----
  489. + #ifndef lint
  490. + static char *RCSid = "$Id: checkdoc.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
  491. + #endif
  492.   /*
  493.    * checkdoc -- check a doc file for correctness of first column. 
  494.    *
  495. diff -rc gnuplot/docs/doc2gih.c gnuplot3.2/docs/doc2gih.c
  496. *** gnuplot/docs/doc2gih.c    Thu Jul 11 08:32:57 1991
  497. --- gnuplot3.2/docs/doc2gih.c    Wed Mar 25 08:00:24 1992
  498. ***************
  499. *** 1,3 ****
  500. --- 1,7 ----
  501. + #ifndef lint
  502. + static char *RCSid = "$Id: doc2gih.c,v 3.26 92/03/25 04:53:29 woo Exp Locker: woo $";
  503. + #endif
  504.   /*
  505.    * doc2gih.c  -- program to convert Gnuplot .DOC format to gnuplot
  506.    * interactive help (.GIH) format.
  507. diff -rc gnuplot/docs/doc2hlp.c gnuplot3.2/docs/doc2hlp.c
  508. *** gnuplot/docs/doc2hlp.c    Thu Jul 11 08:34:22 1991
  509. --- gnuplot3.2/docs/doc2hlp.c    Wed Mar 25 08:00:25 1992
  510. ***************
  511. *** 1,3 ****
  512. --- 1,7 ----
  513. + #ifndef lint
  514. + static char *RCSid = "$Id: doc2hlp.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
  515. + #endif
  516.   /*
  517.    * doc2hlp.c  -- program to convert Gnuplot .DOC format to 
  518.    * VMS help (.HLP) format.
  519. diff -rc gnuplot/docs/doc2ms.c gnuplot3.2/docs/doc2ms.c
  520. *** gnuplot/docs/doc2ms.c    Mon Aug 26 18:56:37 1991
  521. --- gnuplot3.2/docs/doc2ms.c    Wed Mar 25 08:00:25 1992
  522. ***************
  523. *** 1,3 ****
  524. --- 1,7 ----
  525. + #ifndef lint
  526. + static char *RCSid = "$Id: doc2ms.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
  527. + #endif
  528.   /*
  529.    * doc2ms.c  -- program to convert Gnuplot .DOC format to *roff -ms document
  530.    * From hlp2ms by Thomas Williams 
  531. ***************
  532. *** 18,24 ****
  533.    *   doc2ms < gnuplot.doc | troff -ms
  534.    */
  535.   
  536. ! static char rcsid[] = "$Id: doc2ms.c,v 1.1 90/01/11 15:43:54 dfk Exp Locker: dfk $";
  537.   
  538.   #include <stdio.h>
  539.   #include <ctype.h>
  540. --- 22,28 ----
  541.    *   doc2ms < gnuplot.doc | troff -ms
  542.    */
  543.   
  544. ! static char rcsid[] = "$Id: doc2ms.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
  545.   
  546.   #include <stdio.h>
  547.   #include <ctype.h>
  548. ***************
  549. *** 83,94 ****
  550.          }
  551.          case '@': {            /* start/end table */
  552.             if (intable) {
  553. !              (void) fputs(".TE\n", b);
  554.                (void) fputs(".EQ\ndelim off\n.EN\n\n",b);
  555.                intable = FALSE;
  556.             } else {
  557.                (void) fputs("\n.EQ\ndelim $$\n.EN\n",b);
  558. !              (void) fputs(".TS\ncenter box tab (@) ;\n", b);
  559.                (void) fputs("c c l .\n", b);
  560.                intable = TRUE;
  561.             }
  562. --- 87,98 ----
  563.          }
  564.          case '@': {            /* start/end table */
  565.             if (intable) {
  566. !              (void) fputs(".TE\n.KE\n", b);
  567.                (void) fputs(".EQ\ndelim off\n.EN\n\n",b);
  568.                intable = FALSE;
  569.             } else {
  570.                (void) fputs("\n.EQ\ndelim $$\n.EN\n",b);
  571. !              (void) fputs(".KS\n.TS\ncenter box tab (@) ;\n", b);
  572.                (void) fputs("c c l .\n", b);
  573.                intable = TRUE;
  574.             }
  575. diff -rc gnuplot/docs/doc2tex.c gnuplot3.2/docs/doc2tex.c
  576. *** gnuplot/docs/doc2tex.c    Fri Aug 23 12:40:49 1991
  577. --- gnuplot3.2/docs/doc2tex.c    Wed Mar 25 08:00:26 1992
  578. ***************
  579. *** 1,3 ****
  580. --- 1,7 ----
  581. + #ifndef lint
  582. + static char *RCSid = "$Id: doc2tex.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
  583. + #endif
  584.   /*
  585.    * doc2tex.c  -- program to convert Gnuplot .DOC format to LaTeX document
  586.    * Also will work for VMS .HLP files. 
  587. ***************
  588. *** 15,21 ****
  589.    *   latex gnuplot.tex ; latex gnuplot.tex
  590.    */
  591.   
  592. ! static char rcsid[] = "$Id: doc2tex.c,v 1.1 90/01/11 15:44:06 dfk Exp Locker: dfk $";
  593.   
  594.   #include <stdio.h>
  595.   #include <ctype.h>
  596. --- 19,25 ----
  597.    *   latex gnuplot.tex ; latex gnuplot.tex
  598.    */
  599.   
  600. ! static char rcsid[] = "$Id: doc2tex.c,v 3.26 1992/03/25 04:53:29 woo Exp woo $";
  601.   
  602.   #include <stdio.h>
  603.   #include <ctype.h>
  604. diff -rc gnuplot/docs/gnuplot.1 gnuplot3.2/docs/gnuplot.1
  605. *** gnuplot/docs/gnuplot.1    Thu Sep  5 09:26:56 1991
  606. --- gnuplot3.2/docs/gnuplot.1    Wed Mar 25 08:00:27 1992
  607. ***************
  608. *** 91,101 ****
  609.   with X servers. The \fIX11\fP terminal type provides differing colors as well 
  610.   as shapes for the \fIpoints\fP plotting style. The two types are otherwise 
  611.   identical.  When used with either of these terminal types, \fIgnuplot\fP
  612. ! honors all the standard X Toolkit options and resources such as geometry, font,
  613. ! foreground and background. See the X(1) man page for a description of
  614. ! the options. For color or grayscale displays \fIgnuplot\fP also honors 
  615.   the following resources (shown here with default values):
  616.   .sp
  617.   .B  "gnuplot*textColor: black"
  618.   .br 
  619.   .B  "gnuplot*borderColor: black"
  620. --- 91,114 ----
  621.   with X servers. The \fIX11\fP terminal type provides differing colors as well 
  622.   as shapes for the \fIpoints\fP plotting style. The two types are otherwise 
  623.   identical.  When used with either of these terminal types, \fIgnuplot\fP
  624. ! accepts all the standard X Toolkit options and resources such as geometry, font,
  625. ! and background. See the X(1) man page for a description of
  626. ! the options. 
  627. ! .PP
  628. ! In addition to the X Toolkit options, there are three more
  629. ! command line options. \fB\-mono\fP forces monochrome rendering on
  630. ! color displays.
  631. ! \fB\-gray\fP requests grayscale rendering on grayscale or color displays. 
  632. ! (Grayscale displays receive monochrome rendering by default.) 
  633. ! \fB\-clear\fP requests that the window be cleared momentarily before a
  634. ! new plot is displayed. These options may also be controlled with resources.
  635. ! For example: \fBgnuplot*gray: on\fP .
  636. ! For color displays \fIgnuplot\fP honors 
  637.   the following resources (shown here with default values):
  638.   .sp
  639. + .B  "gnuplot*background: white"
  640. + .br 
  641.   .B  "gnuplot*textColor: black"
  642.   .br 
  643.   .B  "gnuplot*borderColor: black"
  644. ***************
  645. *** 118,123 ****
  646. --- 131,166 ----
  647.   .br 
  648.   .B  "gnuplot*line8Color: coral"
  649.   .br 
  650. + When \fB\-gray\fP is selected, \fIgnuplot\fP honors 
  651. + the following resources for grayscale or color displays (shown here with 
  652. + default values). Note that the default background is black.
  653. + .sp
  654. + .B  "gnuplot*background: black"
  655. + .br 
  656. + .B  "gnuplot*textGray: white"
  657. + .br 
  658. + .B  "gnuplot*borderGray: gray50"
  659. + .br 
  660. + .B  "gnuplot*axisGray: gray50"
  661. + .br 
  662. + .B  "gnuplot*line1Gray: gray100"
  663. + .br 
  664. + .B  "gnuplot*line2Gray: gray60"
  665. + .br 
  666. + .B  "gnuplot*line3Gray: gray80"
  667. + .br 
  668. + .B  "gnuplot*line4Gray: gray40"
  669. + .br 
  670. + .B  "gnuplot*line5Gray: gray90"
  671. + .br 
  672. + .B  "gnuplot*line6Gray: gray50"
  673. + .br 
  674. + .B  "gnuplot*line7Gray: gray70"
  675. + .br 
  676. + .B  "gnuplot*line8Gray: gray30"
  677. + .br 
  678.   .PP
  679.   The size or aspect ratio of a plot may be changed by resizing the
  680.   .I gnuplot
  681. ***************
  682. *** 125,131 ****
  683.   .SH AUTHORS
  684.   Thomas Williams, Pixar Corporation, 
  685.   .br
  686. ! (pixar!info-gnuplot@sun.com)
  687.   .br
  688.   and Colin Kelley.
  689.   .PP
  690. --- 168,174 ----
  691.   .SH AUTHORS
  692.   Thomas Williams, Pixar Corporation, 
  693.   .br
  694. ! (info-gnuplot@ames.arc.nasa.gov)
  695.   .br
  696.   and Colin Kelley.
  697.   .PP
  698. diff -rc gnuplot/docs/gnuplot.doc gnuplot3.2/docs/gnuplot.doc
  699. *** gnuplot/docs/gnuplot.doc    Sun Jan  5 21:33:30 1992
  700. --- gnuplot3.2/docs/gnuplot.doc    Wed Mar 25 08:00:28 1992
  701. ***************
  702. *** 729,735 ****
  703.            10
  704.    
  705.    Note datafile.dat defines a 4 by 3 grid ( 4 rows of 3 points each ).
  706. !  Rows are seperated by blank lines.
  707.    
  708.    For more information about 3-d plotting, see `splot`.
  709.   4 using
  710. --- 729,745 ----
  711.            10
  712.    
  713.    Note datafile.dat defines a 4 by 3 grid ( 4 rows of 3 points each ).
  714. !  Rows are separated by blank lines.
  715. !  On some computer systems with a popen function (UNIX), the datafile
  716. !  can be piped through a shell command by starting the file name
  717. !  with a '<'.  For example:
  718. !          pop(x) = 103*exp(x/10)
  719. !          plot '< awk "{print $1-1965 $2}" population.dat', pop(x)
  720. !  would plot the same information as the first population example
  721. !  but with years since 1965 as the x axis.
  722.    
  723.    For more information about 3-d plotting, see `splot`.
  724.   4 using
  725. ***************
  726. *** 1302,1308 ****
  727.           set noclip
  728.    `set clip` is synonymous with `set clip points`. `set noclip` turns
  729.    off all three types of clipping.
  730. ! 3 Cntrparam
  731.   ?set cntrparam
  732.   ?show cntrparam
  733.   ?cntrparam
  734. --- 1312,1318 ----
  735.           set noclip
  736.    `set clip` is synonymous with `set clip points`. `set noclip` turns
  737.    off all three types of clipping.
  738. ! 3 cntrparam
  739.   ?set cntrparam
  740.   ?show cntrparam
  741.   ?cntrparam
  742. ***************
  743. *** 1464,1469 ****
  744. --- 1474,1501 ----
  745.            set grid
  746.            set nogrid
  747.            show grid
  748. + 3 hidden3d
  749. + ?set hidden3d
  750. + ?show hidden3d
  751. +  The `set hidden3d` command enables hidden line removal for explicit
  752. +  surface plotting (see `splot`).
  753. +  Hidden line removal may be used for both explicit functions
  754. +  and for explicit data where gnuplot plot is in nonparametric mode (see
  755. +  `set parametric`).
  756. +  
  757. +  When this flag is set both the surface hidden portion and possibly
  758. +  its hidden contours (see `set contour`) as well as the hidden grid will be
  759. +  removed. Labels and arrows are always visible and are unaffected by this
  760. +  command.
  761. +  
  762. +  Each surface has its hidden part removed with respect to itself, if more
  763. +  than one surface is ploted. This mode is meaningfull when surfaces are
  764. +  plotted using line style drawing only.
  765. +  Syntax:
  766. +          set hidden3d
  767. +          set nohidden3d
  768. +          show hidden3d
  769.   3 isosamples
  770.   ?set isosamples
  771.   ?show isosamples
  772. ***************
  773. *** 1658,1663 ****
  774. --- 1690,1707 ----
  775.    
  776.    The filename must be enclosed in quotes. If the filename is
  777.    omitted, output will be sent to the standard output.
  778. +  On machines with popen functions (UNIX), output can be piped
  779. +  through a shell command if the first letter of the filename
  780. +  is '|'.  For instance,
  781. +  
  782. +  Syntax:
  783. +          set output "|lpr -Plaser filename"
  784. +          set output "|lp -dlaser filename"
  785. +  (On MSDOS machines, set output "prn" will direct the output
  786. +  to the default printer.)
  787.   3 parametric
  788.   ?set parametric
  789.   ?set noparametric
  790. ***************
  791. *** 1810,1815 ****
  792. --- 1854,1861 ----
  793.            set size
  794.    To make the plot half size use:
  795.            set size 0.5,0.5
  796. +  To make a landscape plot have a 1:1 aspect ratio in polar mode use:
  797. +          set size 0.721,1.0
  798.    To show the size use:
  799.            show size
  800.    
  801. ***************
  802. *** 1950,1955 ****
  803. --- 1996,2027 ----
  804.    This file has exactly 12 lines of RGB triples. No empty lines are
  805.    allowed and anything after the third number in line is ignored.
  806.    
  807. + 4 pbm
  808. + ?set terminal pbm
  809. + ?pbm
  810. +  Several options may be set in the PBMplus driver.
  811. +  Syntax:
  812. +          set terminal pbm {<fontsize>}
  813. +          set terminal pgm {<fontsize>}
  814. +          set terminal ppm {<fontsize>}
  815. +  where <fontsize> is `small`, `medium`, or `large`. 
  816. +  Default size is 640 pixels wide and 480 pixels high.
  817. +  The pbm output is a portable bitmap (one bit per pixel).
  818. +  The pgm output is a portable graymap (three bits per pixel).     
  819. +  The ppm output is a portable pixmap (color, four bits per pixel).
  820. +  The output of these drivers can be used with Jef Poskanzer's 
  821. +  excellent PBMPLUS package which provides programs to convert
  822. +  the above PBMPLUS formats to GIF, TIFF, MacPaint, Macintosh PICT,
  823. +  PCX, X11 bitmap and many others. 
  824. +  Examples:
  825. +  
  826. +          set term pbm small
  827. +          set size 2,2
  828. +          set term ppm medium
  829. +  
  830.   4 postscript
  831.   ?set terminal postscript
  832.   ?postscript
  833. ***************
  834. *** 2010,2015 ****
  835. --- 2082,2095 ----
  836.            set size 0.7,1.4
  837.            set term aifm color "Times-Roman" 14 
  838.    
  839. + 4 table
  840. + ?set terminal table
  841. + ?table
  842. +  Instead of producing a picture, term type 'table' prints out
  843. +  the evaluation results in a multicolumn ASCII table of X Y Z values.
  844. +  For those times when you really want to see the numbers, now you
  845. +  can see them on the screen or save to a file.
  846.   3 tics
  847.   ?set tics
  848.   ?show tics
  849. ***************
  850. *** 2581,2585 ****
  851.    system.  HUGE should be set to 1e38 in plot.h. This error has been
  852.    corrected in the 2.1 version of NeXT OS.
  853.   
  854. !  Please report any bugs to pixar!bug-gnuplot@sun.com or
  855. !  pixar!bug-gnuplot@ucbvax.berkeley.edu.
  856. --- 2661,2670 ----
  857.    system.  HUGE should be set to 1e38 in plot.h. This error has been
  858.    corrected in the 2.1 version of NeXT OS.
  859.   
  860. !  Some older models of HP plotters do not have a page eject command 'PG'.
  861. !  The current HPGL driver uses this command in HPGL_reset.  This may need
  862. !  to be removed for these plotters.  The current PCL5 driver uses HPGL/2
  863. !  for text as well as graphics.  This should be modified to use scalable
  864. !  PCL fonts.
  865. !  Please report any bugs to bug-gnuplot@ames.arc.nasa.gov.
  866. Common subdirectories: gnuplot/docs/latextut and gnuplot3.2/docs/latextut
  867. diff -rc gnuplot/docs/titlepage.ms gnuplot3.2/docs/titlepage.ms
  868. *** gnuplot/docs/titlepage.ms    Mon Aug 26 19:00:46 1991
  869. --- gnuplot3.2/docs/titlepage.ms    Wed Mar 25 08:00:29 1992
  870. ***************
  871. *** 26,34 ****
  872.     Alex Woo
  873.   
  874.   .AI
  875. !    Mailing list for comments: pixar!info-gnuplot@sun.com
  876.   .br
  877. !    Mailing list for bug reports: pixar!bug-gnuplot@sun.com
  878.   \*(DY
  879.   .br
  880.   
  881. --- 26,34 ----
  882.     Alex Woo
  883.   
  884.   .AI
  885. !    Mailing list for comments: info-gnuplot@ames.arc.nasa.gov
  886.   .br
  887. !    Mailing list for bug reports: bug-gnuplot@ames.arc.nasa.gov
  888.   \*(DY
  889.   .br
  890.   
  891. ***************
  892. *** 37,49 ****
  893.   
  894.   
  895.   
  896. ! This manual is for GNUPLOT version 3.0.
  897.   .AB no
  898.   .AE
  899.   .LP
  900.   .nr HM 1.2i
  901.   .ds CH
  902. ! .ds LH GNUPLOT 3.0
  903.   .ds RH %
  904.   .\".nr PS 12
  905.   .\".nr VS 13
  906. --- 37,49 ----
  907.   
  908.   
  909.   
  910. ! This manual is for GNUPLOT version 3.2
  911.   .AB no
  912.   .AE
  913.   .LP
  914.   .nr HM 1.2i
  915.   .ds CH
  916. ! .ds LH GNUPLOT 3.2
  917.   .ds RH %
  918.   .\".nr PS 12
  919.   .\".nr VS 13
  920. diff -rc gnuplot/docs/titlepage.tex gnuplot3.2/docs/titlepage.tex
  921. *** gnuplot/docs/titlepage.tex    Mon Aug  5 08:45:47 1991
  922. --- gnuplot3.2/docs/titlepage.tex    Wed Mar 25 08:00:30 1992
  923. ***************
  924. *** 1,3 ****
  925. --- 1,6 ----
  926. + %
  927. + % $Id: titlepage.tex,v 3.26 1992/03/25 04:53:29 woo Exp woo $
  928. + %
  929.   \documentstyle[toc_entry]{article}
  930.   \setlength{\textwidth}{6.25in}
  931.   \setlength{\oddsidemargin}{0.5cm}
  932. ***************
  933. *** 29,39 ****
  934.     Alex Woo\\
  935.   
  936.      \vspace{3ex}
  937. !    Mailing list for comments: \verb+pixar!info-gnuplot@sun.com+\\
  938. !    Mailing list for bug reports: \verb+pixar!bug-gnuplot@sun.com+
  939.   
  940.      \vfill
  941. !    {\small This manual is for GNUPLOT version 3.0.}
  942.   
  943.      \end{center}
  944.   \newpage
  945. --- 32,42 ----
  946.     Alex Woo\\
  947.   
  948.      \vspace{3ex}
  949. !    Mailing list for comments: \verb+info-gnuplot@ames.arc.nasa.gov+\\
  950. !    Mailing list for bug reports: \verb+bug-gnuplot@ames.arc.nasa.gov+
  951.   
  952.      \vfill
  953. !    {\small This manual is for GNUPLOT version 3.2}
  954.   
  955.      \end{center}
  956.   \newpage
  957. ***************
  958. *** 43,46 ****
  959.   
  960.   \setcounter{page}{1}
  961.   \pagestyle{myheadings}
  962. ! \markboth{GNUPLOT 3.0}{GNUPLOT 3.0}
  963. --- 46,49 ----
  964.   
  965.   \setcounter{page}{1}
  966.   \pagestyle{myheadings}
  967. ! \markboth{GNUPLOT 3.2}{GNUPLOT 3.2}
  968. diff -rc gnuplot/docs/toc_entry.sty gnuplot3.2/docs/toc_entry.sty
  969. *** gnuplot/docs/toc_entry.sty    Thu May 30 07:18:38 1991
  970. --- gnuplot3.2/docs/toc_entry.sty    Wed Mar 25 08:00:30 1992
  971. ***************
  972. *** 1,4 ****
  973. --- 1,6 ----
  974.   %
  975. + % $Id: toc_entry.sty,v 3.26 1992/03/25 04:53:29 woo Exp woo $
  976. + %
  977.   % TOC_ENTRY.STY of 13 Dec 90
  978.   % written by Stefan Timphus
  979.   %
  980. diff -rc gnuplot/term/aed.trm gnuplot3.2/term/aed.trm
  981. *** gnuplot/term/aed.trm    Mon Mar 26 15:02:16 1990
  982. --- gnuplot3.2/term/aed.trm    Wed Mar 25 08:00:31 1992
  983. ***************
  984. *** 1,6 ****
  985.   /* GNUPLOT - aed.trm */
  986.   /*
  987. !  * Copyright (C) 1990
  988.    *
  989.    * Permission to use, copy, and distribute this software and its
  990.    * documentation for any purpose with or without fee is hereby granted, 
  991. --- 1,10 ----
  992. + /*
  993. +  * $Id: aed.trm,v 3.26 92/03/24 22:34:46 woo Exp Locker: woo $
  994. +  */
  995.   /* GNUPLOT - aed.trm */
  996.   /*
  997. !  * Copyright (C) 1990, 1991, 1992
  998.    *
  999.    * Permission to use, copy, and distribute this software and its
  1000.    * documentation for any purpose with or without fee is hereby granted, 
  1001. ***************
  1002. *** 22,28 ****
  1003.    * AUTHORS
  1004.    *     Colin Kelley, Thomas Williams, Russell Lang
  1005.    *
  1006. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1007.    * 
  1008.    */
  1009.   
  1010. --- 26,32 ----
  1011.    * AUTHORS
  1012.    *     Colin Kelley, Thomas Williams, Russell Lang
  1013.    *
  1014. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1015.    * 
  1016.    */
  1017.   
  1018. diff -rc gnuplot/term/ai.trm gnuplot3.2/term/ai.trm
  1019. *** gnuplot/term/ai.trm    Sun Jan  5 21:33:01 1992
  1020. --- gnuplot3.2/term/ai.trm    Wed Mar 25 08:00:32 1992
  1021. ***************
  1022. *** 1,6 ****
  1023.   /* GNUPLOT - ai.trm */
  1024.   /*
  1025. !  * Copyright (C) 1991   
  1026.    *
  1027.    * Permission to use, copy, and distribute this software and its
  1028.    * documentation for any purpose with or without fee is hereby granted, 
  1029. --- 1,10 ----
  1030. + /*
  1031. +  * $Id: ai.trm,v 3.26 92/03/24 22:35:00 woo Exp Locker: woo $
  1032. +  */
  1033.   /* GNUPLOT - ai.trm */
  1034.   /*
  1035. !  * Copyright (C) 1991, 1992   
  1036.    *
  1037.    * Permission to use, copy, and distribute this software and its
  1038.    * documentation for any purpose with or without fee is hereby granted, 
  1039. ***************
  1040. *** 22,28 ****
  1041.    * AUTHORS
  1042.    *  Ray Ghanbari
  1043.    * 
  1044. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1045.    *
  1046.    * The 'aifm' driver produces files editable by Adobe Illustrator 3.0
  1047.    * To change font to Courier and font size to 20pts use 
  1048. --- 26,32 ----
  1049.    * AUTHORS
  1050.    *  Ray Ghanbari
  1051.    * 
  1052. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1053.    *
  1054.    * The 'aifm' driver produces files editable by Adobe Illustrator 3.0
  1055.    * To change font to Courier and font size to 20pts use 
  1056. diff -rc gnuplot/term/amiga.trm gnuplot3.2/term/amiga.trm
  1057. *** gnuplot/term/amiga.trm    Sun Jan  5 21:33:31 1992
  1058. --- gnuplot3.2/term/amiga.trm    Wed Mar 25 08:00:33 1992
  1059. ***************
  1060. *** 1,6 ****
  1061.   /* GNUPLOT - amiga.trm */
  1062.   /*
  1063. !  * Copyright (C) 1991
  1064.    *
  1065.    * Permission to use, copy, and distribute this software and its
  1066.    * documentation for any purpose with or without fee is hereby granted, 
  1067. --- 1,10 ----
  1068. + /*
  1069. +  * $Id: amiga.trm,v 3.26 92/03/24 22:34:45 woo Exp Locker: woo $
  1070. +  */
  1071.   /* GNUPLOT - amiga.trm */
  1072.   /*
  1073. !  * Copyright (C) 1991, 1992
  1074.    *
  1075.    * Permission to use, copy, and distribute this software and its
  1076.    * documentation for any purpose with or without fee is hereby granted, 
  1077. ***************
  1078. *** 38,44 ****
  1079.    *                      kludge will get deleted! 
  1080.    *                      (Aztec C release 5.2 beta)
  1081.    *
  1082. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1083.    * 
  1084.    */
  1085.   
  1086. --- 42,48 ----
  1087.    *                      kludge will get deleted! 
  1088.    *                      (Aztec C release 5.2 beta)
  1089.    *
  1090. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1091.    * 
  1092.    */
  1093.   
  1094. diff -rc gnuplot/term/apollo.trm gnuplot3.2/term/apollo.trm
  1095. *** gnuplot/term/apollo.trm    Sun Jan  5 21:33:32 1992
  1096. --- gnuplot3.2/term/apollo.trm    Wed Mar 25 08:00:34 1992
  1097. ***************
  1098. *** 1,3 ****
  1099. --- 1,7 ----
  1100. + /*
  1101. +  * $Id: apollo.trm,v 3.26 92/03/24 22:34:58 woo Exp Locker: woo $
  1102. +  */
  1103.   /* GNUPLOT - apollo.trm */
  1104.   /*
  1105.       Apollo terminal driver for GNUplot.
  1106. diff -rc gnuplot/term/bigfig.trm gnuplot3.2/term/bigfig.trm
  1107. *** gnuplot/term/bigfig.trm    Sun Aug 25 11:53:01 1991
  1108. --- gnuplot3.2/term/bigfig.trm    Wed Mar 25 08:00:34 1992
  1109. ***************
  1110. *** 1,6 ****
  1111.   /* GNUPLOT - fig.trm */
  1112.   /*
  1113. !  * Copyright (C) 1990
  1114.    *
  1115.    * Permission to use, copy, and distribute this software and its
  1116.    * documentation for any purpose with or without fee is hereby granted,
  1117. --- 1,10 ----
  1118. + /*
  1119. +  * $Id: bigfig.trm,v 3.26 92/03/24 22:35:50 woo Exp Locker: woo $
  1120. +  */
  1121.   /* GNUPLOT - fig.trm */
  1122.   /*
  1123. !  * Copyright (C) 1990, 1991, 1992
  1124.    *
  1125.    * Permission to use, copy, and distribute this software and its
  1126.    * documentation for any purpose with or without fee is hereby granted,
  1127. ***************
  1128. *** 22,28 ****
  1129.    * AUTHORS
  1130.    *  Micah Beck, David Kotz
  1131.    *
  1132. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1133.    *
  1134.    */
  1135.    
  1136. --- 26,32 ----
  1137.    * AUTHORS
  1138.    *  Micah Beck, David Kotz
  1139.    *
  1140. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1141.    *
  1142.    */
  1143.    
  1144. diff -rc gnuplot/term/cgi.trm gnuplot3.2/term/cgi.trm
  1145. *** gnuplot/term/cgi.trm    Sun Dec 16 14:59:48 1990
  1146. --- gnuplot3.2/term/cgi.trm    Wed Mar 25 08:00:35 1992
  1147. ***************
  1148. *** 1,6 ****
  1149.   /* GNUPLOT - cgi.trm */
  1150.   /*
  1151. !  * Copyright (C) 1990 Ronald Florence
  1152.    *
  1153.    * Permission is hereby granted for unlimited non-commercial
  1154.    * use of this code, on condition that the copyright
  1155. --- 1,10 ----
  1156. + /*
  1157. +  * $Id: cgi.trm,v 3.26 92/03/24 22:34:47 woo Exp Locker: woo $
  1158. +  */
  1159.   /* GNUPLOT - cgi.trm */
  1160.   /*
  1161. !  * Copyright (C) 1990, 1991, 1992 Ronald Florence
  1162.    *
  1163.    * Permission is hereby granted for unlimited non-commercial
  1164.    * use of this code, on condition that the copyright
  1165. diff -rc gnuplot/term/dumb.trm gnuplot3.2/term/dumb.trm
  1166. *** gnuplot/term/dumb.trm    Sun Sep  8 09:11:50 1991
  1167. --- gnuplot3.2/term/dumb.trm    Wed Mar 25 08:00:36 1992
  1168. ***************
  1169. *** 1,6 ****
  1170.   /* GNUPLOT - dumb.trm */
  1171.   /*
  1172. !  * Copyright (C) 1991
  1173.    *
  1174.    * Permission to use, copy, and distribute this software and its
  1175.    * documentation for any purpose with or without fee is hereby granted,
  1176. --- 1,10 ----
  1177. + /*
  1178. +  * $Id: dumb.trm,v 3.26 92/03/24 22:34:48 woo Exp Locker: woo $
  1179. +  */
  1180.   /* GNUPLOT - dumb.trm */
  1181.   /*
  1182. !  * Copyright (C) 1991, 1992
  1183.    *
  1184.    * Permission to use, copy, and distribute this software and its
  1185.    * documentation for any purpose with or without fee is hereby granted,
  1186. ***************
  1187. *** 23,29 ****
  1188.    *   Francois Pinard, 91-04-03
  1189.    *           INTERNET: pinard@iro.umontreal.ca
  1190.    *
  1191. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1192.    *
  1193.    */
  1194.   
  1195. --- 27,33 ----
  1196.    *   Francois Pinard, 91-04-03
  1197.    *           INTERNET: pinard@iro.umontreal.ca
  1198.    *
  1199. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1200.    *
  1201.    */
  1202.   
  1203. diff -rc gnuplot/term/dxf.trm gnuplot3.2/term/dxf.trm
  1204. *** gnuplot/term/dxf.trm    Tue Jul  9 11:02:03 1991
  1205. --- gnuplot3.2/term/dxf.trm    Wed Mar 25 08:00:37 1992
  1206. ***************
  1207. *** 1,6 ****
  1208.   /* GNUPLOT - dxf.trm */
  1209.   /*
  1210. !  * Copyright (C) 1991
  1211.    *
  1212.    * Permission to use, copy, and distribute this software and its
  1213.    * documentation for any purpose with or without fee is hereby granted,
  1214. --- 1,10 ----
  1215. + /*
  1216. +  * $Id: dxf.trm,v 3.26 92/03/24 22:34:49 woo Exp Locker: woo $
  1217. +  */
  1218.   /* GNUPLOT - dxf.trm */
  1219.   /*
  1220. !  * Copyright (C) 1991, 1992
  1221.    *
  1222.    * Permission to use, copy, and distribute this software and its
  1223.    * documentation for any purpose with or without fee is hereby granted,
  1224. ***************
  1225. *** 23,29 ****
  1226.    * AUTHOR
  1227.    *   Florian Hiss  (fhis1231@w204zrz.zrz.tu-berlin.de)
  1228.    *
  1229. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1230.   */
  1231.   
  1232.   #define DXF_UNIT 60.0
  1233. --- 27,33 ----
  1234.    * AUTHOR
  1235.    *   Florian Hiss  (fhis1231@w204zrz.zrz.tu-berlin.de)
  1236.    *
  1237. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1238.   */
  1239.   
  1240.   #define DXF_UNIT 60.0
  1241. diff -rc gnuplot/term/dxy.trm gnuplot3.2/term/dxy.trm
  1242. *** gnuplot/term/dxy.trm    Mon Mar 26 15:02:18 1990
  1243. --- gnuplot3.2/term/dxy.trm    Wed Mar 25 08:00:38 1992
  1244. ***************
  1245. *** 1,6 ****
  1246.   /* GNUPLOT - dxy.trm */
  1247.   /*
  1248. !  * Copyright (C) 1990   
  1249.    *
  1250.    * Permission to use, copy, and distribute this software and its
  1251.    * documentation for any purpose with or without fee is hereby granted, 
  1252. --- 1,10 ----
  1253. + /*
  1254. +  * $Id: dxy.trm,v 3.26 92/03/24 22:34:50 woo Exp Locker: woo $
  1255. +  */
  1256.   /* GNUPLOT - dxy.trm */
  1257.   /*
  1258. !  * Copyright (C) 1990, 1991, 1992   
  1259.    *
  1260.    * Permission to use, copy, and distribute this software and its
  1261.    * documentation for any purpose with or without fee is hereby granted, 
  1262. ***************
  1263. *** 23,29 ****
  1264.    *  Martin Yii, eln557h@monu3.OZ
  1265.    *  Further modified Jan 1990 by Russell Lang, rjl@monu1.cc.monash.oz
  1266.    * 
  1267. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1268.    * 
  1269.    */
  1270.   
  1271. --- 27,33 ----
  1272.    *  Martin Yii, eln557h@monu3.OZ
  1273.    *  Further modified Jan 1990 by Russell Lang, rjl@monu1.cc.monash.oz
  1274.    * 
  1275. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1276.    * 
  1277.    */
  1278.   
  1279. diff -rc gnuplot/term/eepic.trm gnuplot3.2/term/eepic.trm
  1280. *** gnuplot/term/eepic.trm    Sun Aug 25 11:54:28 1991
  1281. --- gnuplot3.2/term/eepic.trm    Wed Mar 25 08:00:39 1992
  1282. ***************
  1283. *** 1,6 ****
  1284.   /* GNUPLOT - eepic.trm */
  1285.   /*
  1286. !  * Copyright (C) 1990   
  1287.    *
  1288.    * Permission to use, copy, and distribute this software and its
  1289.    * documentation for any purpose with or without fee is hereby granted, 
  1290. --- 1,10 ----
  1291. + /*
  1292. +  * $Id: eepic.trm,v 3.26 92/03/24 22:34:51 woo Exp Locker: woo $
  1293. +  */
  1294.   /* GNUPLOT - eepic.trm */
  1295.   /*
  1296. !  * Copyright (C) 1990, 1991, 1992   
  1297.    *
  1298.    * Permission to use, copy, and distribute this software and its
  1299.    * documentation for any purpose with or without fee is hereby granted, 
  1300. ***************
  1301. *** 22,28 ****
  1302.    * AUTHORS
  1303.    *   David Kotz
  1304.    *
  1305. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1306.    * 
  1307.    */
  1308.   /*
  1309. --- 26,32 ----
  1310.    * AUTHORS
  1311.    *   David Kotz
  1312.    *
  1313. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1314.    * 
  1315.    */
  1316.   /*
  1317. diff -rc gnuplot/term/epson.trm gnuplot3.2/term/epson.trm
  1318. *** gnuplot/term/epson.trm    Wed Jul 10 11:13:38 1991
  1319. --- gnuplot3.2/term/epson.trm    Wed Mar 25 08:00:40 1992
  1320. ***************
  1321. *** 1,6 ****
  1322.   /* GNUPLOT - epson.trm */
  1323.   /*
  1324. !  * Copyright (C) 1990   
  1325.    *
  1326.    * Permission to use, copy, and distribute this software and its
  1327.    * documentation for any purpose with or without fee is hereby granted, 
  1328. --- 1,10 ----
  1329. + /*
  1330. +  * $Id: epson.trm,v 3.26 92/03/24 22:34:52 woo Exp Locker: woo $
  1331. +  */
  1332.   /* GNUPLOT - epson.trm */
  1333.   /*
  1334. !  * Copyright (C) 1990, 1991, 1992   
  1335.    *
  1336.    * Permission to use, copy, and distribute this software and its
  1337.    * documentation for any purpose with or without fee is hereby granted, 
  1338. ***************
  1339. *** 24,30 ****
  1340.    *  Russell Lang
  1341.    *  William Wilson
  1342.    *
  1343. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1344.    * 
  1345.    */
  1346.   
  1347. --- 28,34 ----
  1348.    *  Russell Lang
  1349.    *  William Wilson
  1350.    *
  1351. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1352.    * 
  1353.    */
  1354.   
  1355. diff -rc gnuplot/term/fig.trm gnuplot3.2/term/fig.trm
  1356. *** gnuplot/term/fig.trm    Sun Aug 25 11:54:45 1991
  1357. --- gnuplot3.2/term/fig.trm    Wed Mar 25 08:00:40 1992
  1358. ***************
  1359. *** 1,6 ****
  1360.   /* GNUPLOT - fig.trm */
  1361.   /*
  1362. !  * Copyright (C) 1990
  1363.    *
  1364.    * Permission to use, copy, and distribute this software and its
  1365.    * documentation for any purpose with or without fee is hereby granted,
  1366. --- 1,10 ----
  1367. + /*
  1368. +  * $Id: fig.trm,v 3.26 92/03/24 22:34:53 woo Exp Locker: woo $
  1369. +  */
  1370.   /* GNUPLOT - fig.trm */
  1371.   /*
  1372. !  * Copyright (C) 1990, 1991, 1992
  1373.    *
  1374.    * Permission to use, copy, and distribute this software and its
  1375.    * documentation for any purpose with or without fee is hereby granted,
  1376. ***************
  1377. *** 22,28 ****
  1378.    * AUTHORS
  1379.    *  Micah Beck, David Kotz
  1380.    *
  1381. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1382.    *
  1383.    */
  1384.   
  1385. --- 26,32 ----
  1386.    * AUTHORS
  1387.    *  Micah Beck, David Kotz
  1388.    *
  1389. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1390.    *
  1391.    */
  1392.   
  1393. diff -rc gnuplot/term/gpr.trm gnuplot3.2/term/gpr.trm
  1394. *** gnuplot/term/gpr.trm    Mon Jun  3 09:14:32 1991
  1395. --- gnuplot3.2/term/gpr.trm    Wed Mar 25 08:00:41 1992
  1396. ***************
  1397. *** 1,6 ****
  1398.   /* GNUPLOT - gpr.trm */
  1399.   /*
  1400. !  * Copyright (C) 1990   
  1401.    *
  1402.    * Permission to use, copy, and distribute this software and its
  1403.    * documentation for any purpose with or without fee is hereby granted, 
  1404. --- 1,10 ----
  1405. + /*
  1406. +  * $Id: gpr.trm,v 3.26 92/03/24 22:35:00 woo Exp Locker: woo $
  1407. +  */
  1408.   /* GNUPLOT - gpr.trm */
  1409.   /*
  1410. !  * Copyright (C) 1990, 1991, 1992   
  1411.    *
  1412.    * Permission to use, copy, and distribute this software and its
  1413.    * documentation for any purpose with or without fee is hereby granted, 
  1414. ***************
  1415. *** 23,29 ****
  1416.    *  Michael Aramini
  1417.    *  Roque D Oliveira , oliveria@caen.engin.umich.edu
  1418.    * 
  1419. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1420.    * 
  1421.    */
  1422.   #include <apollo/base.h>
  1423. --- 27,33 ----
  1424.    *  Michael Aramini
  1425.    *  Roque D Oliveira , oliveria@caen.engin.umich.edu
  1426.    * 
  1427. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1428.    * 
  1429.    */
  1430.   #include <apollo/base.h>
  1431. diff -rc gnuplot/term/hp26.trm gnuplot3.2/term/hp26.trm
  1432. *** gnuplot/term/hp26.trm    Sun Jan  5 21:33:33 1992
  1433. --- gnuplot3.2/term/hp26.trm    Wed Mar 25 08:00:42 1992
  1434. ***************
  1435. *** 1,6 ****
  1436.   /* GNUPLOT - hp26.trm */
  1437.   /*
  1438. !  * Copyright (C) 1990   
  1439.    *
  1440.    * Permission to use, copy, and distribute this software and its
  1441.    * documentation for any purpose with or without fee is hereby granted, 
  1442. --- 1,10 ----
  1443. + /*
  1444. +  * $Id: hp26.trm,v 3.26 92/03/24 22:34:55 woo Exp Locker: woo $
  1445. +  */
  1446.   /* GNUPLOT - hp26.trm */
  1447.   /*
  1448. !  * Copyright (C) 1990, 1991, 1992   
  1449.    *
  1450.    * Permission to use, copy, and distribute this software and its
  1451.    * documentation for any purpose with or without fee is hereby granted, 
  1452. ***************
  1453. *** 22,28 ****
  1454.    * AUTHORS
  1455.    *   hplvlch!ch (Chuck Heller) 
  1456.    * 
  1457. !  * send your comments or suggestions to (pixar!info-gnuplot@sun.com).
  1458.    * 
  1459.    */
  1460.   
  1461. --- 26,32 ----
  1462.    * AUTHORS
  1463.    *   hplvlch!ch (Chuck Heller) 
  1464.    * 
  1465. !  * send your comments or suggestions to (info-gnuplot@ames.arc.nasa.gov).
  1466.    * 
  1467.    */
  1468.   
  1469.