home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume23 / jgraph / patch06a / PATCH.6.README < prev    next >
Encoding:
Text File  |  1991-10-22  |  1.9 KB  |  50 lines

  1. Version 6.0 Of jgraph is finished.
  2.  
  3. For those that don't know, jgraph is a program which 
  4. takes the description of a graph or graphs in the standard
  5. input, and produces a postscript file on the standard output.  Jgraph
  6. is ideal for plotting any mixture of scatter point graphs, line
  7. graphs, and/or bar graphs, and embedding the output into LaTeX, or
  8. any other text processing system which can read postscript.
  9.  
  10. There is a mailing list for jgraph users to which I periodically
  11. send minor bug fixes.  Since the last patch to comp.sources.misc,
  12. jgraph has gone through the following revisions:
  13.  
  14. 5.1: Fixed a bug in hash label precisions.
  15. 5.2: Made the man page more universally readable,
  16.      Added some files to make life easier for VMS users.
  17. 5.3: Added more linetypes: dotdash, longdash, etc, as 
  18.      well as a general linetype mechanism.  Also put
  19.      exit(0) into the code.
  20. 5.4: Added a newpage command for multi-page graphs.
  21. 5.5: Added clipping, so that points outside the axes 
  22.      don't get printed.  Updated the first line of 
  23.      output to the more general "%!PS-Adobe-2.0 EPSF-1.2"
  24. 6.0: Added arrowheads on curve lines.
  25.      Added the ability to do grids.
  26.      Added a bbox command for the user to specify a bounding box.
  27.      Added gray scale on axes and lines.
  28.  
  29. If you'd like to be on the jgraph bug fix list, please
  30. send me email.  And please let me know of bug reports, 
  31. suggestions and comments.
  32.  
  33. The most recent version of jgraph is always available
  34. via anonymous ftp from princeton.edu in the file pub/jgraph.Z.
  35. This is a compressed shell file.  To unpack it, first 
  36. get it using ftp (first type "binary" before doing the get),
  37. and then do "zcat jgraph.Z | sh".
  38.  
  39. The patch in the file patch.6 is from revision 5.0, posted 
  40. to comp.sources.misc in May.  If you can't do the ftp 
  41. or get the patch to work, send me email, and I'll mail
  42. you the sources.
  43.  
  44. Take it easy,
  45.  
  46. Jim Plank
  47. jsp@cs.princeton.edu
  48. 35 Olden Street
  49. Princeton, NJ 08544-2087
  50.