[plt-scheme] Tree layout
Depending on how pure you want to be, it should be pretty easy to
coerce your data into GraphViz's dot format and then get a decent PNG
or SVG image. One of my students wrote a Java program to visualize
binary trees using this strategy last year.
http://www.graphviz.org/
Todd
On Tue, Jan 5, 2010 at 8:12 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> There isn't a particularly good tree-drawing library in the standard
> distribution (not sure about planet).
>
> Robby
>
> On Tue, Jan 5, 2010 at 6:18 PM, Jordan Johnson <jmj at fellowhuman.com> wrote:
>> Hi all,
>>
>> Is mrlib/graph currently the best library for drawing trees within DrScheme?
>> I'd like to draw some binary trees but thought I'd check here first before
>> jumping off and doing any coding (especially since I suspect it'll be a
>> while before I get to it unless it's a <1hr job).
>>
>> Thanks.
>>
>> Best,
>> Jordan
>>
>> _________________________________________________
>> For list-related administrative tasks:
>> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>