[plt-scheme] graph-pasteboard

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Sep 12 08:39:26 EDT 2006

At Tue, 12 Sep 2006 12:40:32 +0200, nik gaffney wrote:
> > Insertion and removal of snips in that pasteboard doesn't update the graph
> > structure in general. Its done separately, so that you can have a snip be
> > in the graph, but (probably temporarily) not visible.
> 
> thanks for pointing this out,.. i had just assumed that the graph and its
> presentation were 1 to 1.
> 
> on a related note, are you aware of any graph layout, or graph drawing
> algorithms which are written using  mrlib, or could be reasonably ported to it?

I'm not, sorry. I made up a simple DAG layout strategy that is built
into the module browser, but I don't know if that's what you want.

If you want layout, you might try graphviz (specifically dot). I
believe there are also books on the subject.

Robby


Posted on the users mailing list.