README.ANNOUNCE
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. A new version of xgraph is now available.  Xgraph is a popular
  2. two-dimensional plotting program that accepts data in a form similar
  3. to the unix program graph and displays line graphs, scatter plots, or
  4. bar charts on an X11 display.  These graphs are fully annotated with a
  5. title, axis numbering and labels, and a legend.  Zooming in on regions
  6. of a graph is supported.  The program can automatically generate
  7. hardcopy output to Postscript printers and HPGL plotters.  A new
  8. option allows xgraph output to be directly pasted into idraw for
  9. further annotation.
  10. This program is NOT a widget.  It is a stand-alone program written at
  11. the Xlib level and should run on any machine with a reasonable
  12. implementation of X11 release 3 or later.  The source for the program
  13. is available through anonymous ftp to shambhala.Berkeley.EDU
  14. (128.32.132.54):
  15. % ftp shambhala.Berkeley.EDU
  16. Name: anonymous
  17. Password: <anything non-null>
  18. ftp> cd pub
  19. ftp> binary
  20. ftp> get xgraph-11.tar.Z
  21. ftp> quit
  22. % uncompress xgraph-11.tar.Z
  23. % tar xf xgraph-11.tar
  24. This will create a directory called xgraph-11.  In that directory
  25. you will find a file called README.INSTALL that contains directions
  26. for building the program.  I plan to submit the sources to the
  27. moderator of comp.sources.x after I have tested the program under X11
  28. release 4 (meaning a few weeks after the X Consortium releases the
  29. distribution).
  30. Those who do not have ftp access can obtain the source for xgraph
  31. using a mail archive system I have installed on dent.Berkeley.EDU
  32. (courtesy of Brian Reid at Digital).  An example is given below:
  33. To: ucbvax!dent!archive-server
  34. Subject: send programs xgraph.shar.01 xgraph.shar.02
  35. send programs xgraph.shar.03 xgraph.shar.04 xgraph.shar.05
  36. send programs xgraph.shar.06 xgraph.shar.07 xgraph.shar.08
  37. The archive server will send you these files as time and load permits.
  38. They are standard shell archives and can be unpacked by running them
  39. through /bin/sh (in order).  If you would like to know more about the
  40. mail server, send a message with a subject of "help".  I am afraid I
  41. am no mail wizard so I cannot help you determine a path to dent.
  42. For those familar with xgraph, the most important changes are
  43. summarized below:
  44. - A new data reader has been written that allows discontinuous data in
  45.   each data set.  Also, nearly all of the display options for xgraph
  46.   can be set in the data file.  The reader is also more forgiving
  47.   about blank lines and excess white space.
  48. - A new option has been added to the Postscript hardcopy facility to
  49.   allow xgraph output to be included in other documents using psfig.
  50.   As mentioned above, xgraph output can be imported into idraw for
  51.   further annotation if necessary.
  52. - I received lots of complaints about the way xgraph obtains fonts and
  53.   visuals.  The new xgraph uses a much simpler scheme to obtain these
  54.   resources and has fall back code to insure it will run in almost any
  55.   situation.
  56. - Options handling has been cleaned up substantially.  Xgraph options
  57.   can now be specified as X resources (~/.Xdefaults), in the data
  58.   file, or on the command line.
  59. - Drawing is somewhat faster on some servers due to a better choice of
  60.   initial defaults.
  61. Please send all bug reports, questions, comments or suggestions to
  62. the electronic address below.
  63. David Harrison
  64. UC Berkeley Electronics Research Lab
  65. (davidh@ic.Berkeley.EDU, ...!ucbvax!ucbcad!davidh)