home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / misc / volume30 / gnuplot3 / patch02c < prev    next >
Encoding:
Text File  |  1992-06-18  |  51.0 KB  |  1,721 lines

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