in reply to Re: To plot a tree
in thread To plot a tree

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.