[comp.sources.wanted] graph drawing

gjalt@ele.tue.nl (Gjalt de Jong) (12/18/89)

Does someone know of a program to draw arbitrary graphs rather nicely?
Of course I know that the program can't be perfect since not all graphs can be
handled, but it should just give a nice overall impression.

Thanks in advance,
--
__
Gjalt G. de Jong,                 | Phone: +(31)40-473345
Eindhoven University of Technology, Dept. of Electr. Eng. (ES/EH 7.26)
P.O. Box 513, 5600 MB Eindhoven, The Netherlands
Email: gjalt@ele.tue.nl

goldfish@hercule.cs.concordia.ca (Paul Goldsmith) (12/20/89)

I stumbled on these three utilities a while ago.  

You can find them in a BSD manual.  

plot -	receives a stream of text and binary which represents the
	graph being plotted
graph-	creates a file for plot from an ascii file.  The format
	is well described in the manuals.
spline-	acts as a filter between graph and plot to smooth curves.

Example:
	create a file containing some points.

	graph < your-file | plot -Tdumb

This command plots a graph of your points.  Look at the plot in
manual section 5.  It tells you about the format of the plot stream.

You can usually use awk to massage data to look like you want.

-Goldfish
goldfish@concour.cs.concordia.ca


- Goldfish
  (Shirley Maclaine told me there would be LIFETIMES like this)