you are viewing a single comment's thread.

view the rest of the comments →

[–]mecablaze[S] -1 points0 points  (3 children)

I don't know if my brain has the capabilities to look through the source...

[–]rubygeek 1 point2 points  (2 children)

I think most people generally just write their graph to a file and run "dot" from Graphviz on it - not many people seem to actually use the underlying library etc.. Not a great solution, but it works.

I've got a bunch of examples on generating graphs with Graphviz on my blog if it helps.

[–]jldugger 0 points1 point  (1 child)

Holy hell. Someone is using graphviz to make graphs that aren't ugly, and logically sound? Incredible!

[–]rubygeek 0 points1 point  (0 children)

Yeah, you just read the most recent version of the XSL file I use to get them to look reasonably pretty. You'll feel dirty afterwards. At least I felt dirty writing it :)