[ANN] GraphViz for Squeak

Markus Fritsche Fritsche.Markus at gmx.net
Fri Mar 4 19:46:45 UTC 2005


John Pierce wrote:

> graph := GraphViz new.
> 
> graph beDirected.
> graph add: #A -> #B.
> graph add: #B -> #J.
> graph add: #A -> #D.
> graph writeToFile.

Just did a graph of Morphs sublasses. Gee, at least something more geeky 
than those .NET-posters on the wall! :D

Regards, Markus

-- 
http://reauktion.de/archer/




More information about the Squeak-dev mailing list