home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / archives / 3783 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  4.3 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!agate!usenet
  2. From: wongi@netcom.com (Isaac Wong)
  3. Newsgroups: comp.archives
  4. Subject: [comp.os.linux] ANNOUNCE: xgraph ported to linux
  5. Followup-To: comp.os.linux
  6. Date: 14 Dec 1992 10:43:28 GMT
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest)
  8. Lines: 96
  9. Sender: adam@soda
  10. Approved: adam@soda
  11. Distribution: world
  12. Message-ID: <1ghoggINNms0@agate.berkeley.edu>
  13. References: <1992Dec7.193518.21471@netcom.com>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: comp.os.linux
  16. X-Original-Date: Mon, 7 Dec 1992 19:35:18 GMT
  17.  
  18. Archive-name: auto/comp.os.linux/ANNOUNCE-xgraph-ported-to-linux
  19.  
  20.  
  21. I've just uploaded it to /incoming  at tsx-11.mit.edu under the name xgraph.taz.
  22. it contains the original xgraph-11.tar, linux binary and a 'diff -c' file for
  23. patching the original source files.
  24.  
  25.  
  26. here's the original README.ANNOUNCE by David Harrison
  27. ====================================================================
  28.  
  29. A new version of xgraph is now available.  Xgraph is a popular
  30. two-dimensional plotting program that accepts data in a form similar
  31. to the unix program graph and displays line graphs, scatter plots, or
  32. bar charts on an X11 display.  These graphs are fully annotated with a
  33. title, axis numbering and labels, and a legend.  Zooming in on regions
  34. of a graph is supported.  The program can automatically generate
  35. hardcopy output to Postscript printers and HPGL plotters.  A new
  36. option allows xgraph output to be directly pasted into idraw for
  37. further annotation.
  38.  
  39. This program is NOT a widget.  It is a stand-alone program written at
  40. the Xlib level and should run on any machine with a reasonable
  41. implementation of X11 release 3 or later.  The source for the program
  42. is available through anonymous ftp to shambhala.Berkeley.EDU
  43. (128.32.132.54):
  44.  
  45.     % ftp shambhala.Berkeley.EDU
  46.     Name: anonymous
  47.     Password: <anything non-null>
  48.     ftp> cd pub
  49.     ftp> binary
  50.     ftp> get xgraph-11.tar.Z
  51.     ftp> quit
  52.     % uncompress xgraph-11.tar.Z
  53.     % tar xf xgraph-11.tar
  54.  
  55. This will create a directory called xgraph-11.  In that directory
  56. you will find a file called README.INSTALL that contains directions
  57. for building the program.  I plan to submit the sources to the
  58. moderator of comp.sources.x after I have tested the program under X11
  59. release 4 (meaning a few weeks after the X Consortium releases the
  60. distribution).
  61.  
  62. Those who do not have ftp access can obtain the source for xgraph
  63. using a mail archive system I have installed on dent.Berkeley.EDU
  64. (courtesy of Brian Reid at Digital).  An example is given below:
  65.  
  66.     To: ucbvax!dent!archive-server
  67.     Subject: send programs xgraph.shar.01 xgraph.shar.02
  68.  
  69.     send programs xgraph.shar.03 xgraph.shar.04 xgraph.shar.05
  70.     send programs xgraph.shar.06 xgraph.shar.07 xgraph.shar.08
  71.  
  72. The archive server will send you these files as time and load permits.
  73. They are standard shell archives and can be unpacked by running them
  74. through /bin/sh (in order).  If you would like to know more about the
  75. mail server, send a message with a subject of "help".  I am afraid I
  76. am no mail wizard so I cannot help you determine a path to dent.
  77.  
  78. For those familar with xgraph, the most important changes are
  79. summarized below:
  80.  
  81. - A new data reader has been written that allows discontinuous data in
  82.   each data set.  Also, nearly all of the display options for xgraph
  83.   can be set in the data file.  The reader is also more forgiving
  84.   about blank lines and excess white space.
  85.  
  86. - A new option has been added to the Postscript hardcopy facility to
  87.   allow xgraph output to be included in other documents using psfig.
  88.   As mentioned above, xgraph output can be imported into idraw for
  89.   further annotation if necessary.
  90.  
  91. - I received lots of complaints about the way xgraph obtains fonts and
  92.   visuals.  The new xgraph uses a much simpler scheme to obtain these
  93.   resources and has fall back code to insure it will run in almost any
  94.   situation.
  95.  
  96. - Options handling has been cleaned up substantially.  Xgraph options
  97.   can now be specified as X resources (~/.Xdefaults), in the data
  98.   file, or on the command line.
  99.  
  100. - Drawing is somewhat faster on some servers due to a better choice of
  101.   initial defaults.
  102.  
  103. Please send all bug reports, questions, comments or suggestions to
  104. the electronic address below.
  105.  
  106.             David Harrison
  107.             UC Berkeley Electronics Research Lab
  108.             (davidh@ic.Berkeley.EDU, ...!ucbvax!ucbcad!davidh)
  109.  
  110.  
  111.  
  112.  
  113.  
  114.