[plt-scheme] Diagram Library

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sat Jan 9 09:22:21 EST 2010

On Jan 8, 2010, at 7:40 PM, Karl Winterling wrote:

> I'd really like to see a pict library for drawing graphs (as in graph
> theory), commutative diagrams (i.e., labeled digraphs), etc. Does
> anything like this exist on PLaneT? It seems somewhat challenging to
> write something like this that optimizes edge and vertex placement for
> reading.


Eli's suggestion is right on and if you could contribute such 
libraries that would be wonderful. 

GraphViz is already used with the PLT Redex package (http://redex.plt-scheme.org/)
and I bet reading the source could get you started on Eli's suggested path. 

-- Matthias



Posted on the users mailing list.