From: "Javier Vázquez" Date: 2007-03-30T20:00:37+09:00 Subject: Re: RGL: decorate nodes and edges Thanks again Stephen! Could you (or someone) else point me to a nice how-to, documentation or anything else (like example code)? I'm a ruby-newbie and the project I'm working on has already a steep learning-curve...besides having virtual no documentation. :) Am 30.03.2007 um 12:44 schrieb Stephen Duncan: > Probably not; I wasn't trying to use any of those kinds of features, > which is why I skipped straight to using the DOT::Digraph. It may be > best for you to use the normal graph objects, then only when you wish > to output to a file, get the DOT::Digraph from them, and add in the > edge decorators at that point. > > - Stephen > > On 3/30/07, Javier V�zquez wrote: >> Thanks Stephen! >> >> Just one question regarding your solution: >> >> Are you still able to use all the nice GRATR features (e.g. Breadth >> First Search) if you're storing your graph in a DOT::DOTDigraph? >> >>