From: Wolfram Kahl <kahl@heraklit.informatik.unibw-muenchen.de>
To: caml-list@inria.fr
Subject: Re: Graph Visualization
Date: 11 May 1999 08:59:57 -0000 [thread overview]
Message-ID: <19990511085957.6422.qmail@heraklit.informatik.unibw-muenchen.de> (raw)
In-Reply-To: <000201be9abd$83fc5080$0150ebca@nextsolution.co.jp> (christo@nextsolution.co.jp)
> > > 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.
> > I don't know about OCAML graph-viz tools, but some
> > time ago I did a search for graph-viz tools in
> > general, and attached below are my notes. Hope
> > they are of some use to you.
>
> I suppose that it is worth mentioning in this connection the HOPS (Higher
> Object Programming System) project, which uses da Vinci together with O'Labl
> to format higher-order term graphs (but not of O'Labl terms).
>
> http://diogenes.informatik.unibw-muenchen.de:8080/kahl/HOPS/
Actually I am not using daVinci, but dot from AT&T's graphviz package.
I start dot with open_process and pipe my graph descriptions into it,
reading back its layout with ocamllex/ocamlyacc generated parsers.
I then adapt the layout to my own needs and integrate it into
the HOPS GUI, where the user can manually change the layout.
I kill dot every 10 or 20 graphs, because it seems to have a space leak.
HTH
Wolfram
next prev parent reply other threads:[~1999-05-11 14:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-05-07 18:26 R.S. Nikhil
1999-05-10 8:17 ` Frank A. Christoph
1999-05-11 8:59 ` Wolfram Kahl [this message]
1999-05-12 1:30 ` Frank A. Christoph
1999-05-14 7:52 ` Nicholas Tsipanov
-- strict thread matches above, loose matches on Subject: below --
1999-05-07 16:42 Chris Tilt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19990511085957.6422.qmail@heraklit.informatik.unibw-muenchen.de \
--to=kahl@heraklit.informatik.unibw-muenchen.de \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox