[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Producing flow-charts (tree/graph)?
- To: CLISP list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Producing flow-charts (tree/graph)?
- From: Phil Perucci <pperucci@access.digex.net>
- Date: Mon, 18 Sep 1995 14:10:56 -0400 (EDT)
Hi,
Has anyone found any tools available on the 'net which make it easy
to draw flow-charts, especially of trees and graphs characteristic of
information/knowledge representation in Lisp programs? I'm not looking
for a drawing tool (interactive) - I just want my output to be a little
easier to read than:
(root
(node A
(node A.1)
(node A.2))
(node B
(node B.1))
(node C
(node C.1)))
Any simple approach involving CLISP, Linux, X, postscript or Tex would be
great, preferably with some sort of simple input language - for example
taking above output and drawing the corresponding tree in postscript (or
anything "graphical").
Here's hoping!!
==============================================================================
Phil Perucci ......... pperucci@access.digex.net ........ Systems Integrator
"Visit the Hydrologic Information Center at http://www.nohrsc.nws.gov/~hic"
==============================================================================