in reply to Re: Is there a Perl call grapher?
in thread Is there a Perl call grapher?

That sounds way cool!

What you could have done animation-wise to get GraphViz not produce random layouts every frame is to render the entire graph every frame, but color the active call differently (maybe with a fade effect for the current - 1, current - 2, etc. call).

However, the graph would probably have been very, very big and convoluted, so it may not have been very useful anyway... :/

/J