in reply to To plot a tree

Is it possible to do this in two passes? First to get your parameters, the second to actually do the plot?

--MidLifeXis

Replies are listed 'Best First'.
Re^2: To plot a tree
by future.open (Initiate) on Jan 31, 2009 at 15:43 UTC
    Yes, in fact,I get all the relations(root-->child_node) in the first pass(read), store them in a HASH,then I plot them.