[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicholas Tsipanov <nicholas@t...> |
| Subject: | RE: Graph Visualization |
On Fri, 07 May 1999, R.S. Nikhil wrote (concerning RE: Graph Visualization): > >%_> From: Chris Tilt [mailto:chris@webcriteria.com] > > Sent: Friday, May 07, 1999 12:43 PM > > Subject: Graph Visualization > > > > With so many people developing excellent compilers, > > I was hoping to get a hint on the visualization of > > graphs (even trees would help) using native OCAML. > > The layout is not required to be good; this is > > intended for researching the nature of large Web > > sites using our existing modeling software written > > in OCAML. As a part of my diploma (and a part of some larger project) i'm implementing the Directed Graph Drawing Algorithm which can be found at http//www.research.att.com/sw/tools/graphviz. It will be tool to show the control flow graph of the C program. I'm implementing it with pure OCaml and Tk library. My tool is far from complete so you can't download it from anywhere :) Anyway i could help you with some tips and tricks about that. SY, Nicholas PS Sorry if you have received this message twice