Re: Bizarre results with TreePlot
- To: mathgroup at smc.vnet.net
- Subject: [mg64968] Re: Bizarre results with TreePlot
- From: "Renan(r)" <renan.birck at gmail.com>
- Date: Fri, 10 Mar 2006 05:15:00 -0500 (EST)
- References: <dujs54$940$1@smc.vnet.net> <dulsth$3b7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Scout wrote:
> Hi Renan,
>
> << DiscreteMath`GraphPlot`
> g = Flatten[Table[{i -> 2*i, i -> 2*i + 1}, {i, 2^4 - 1}]];
> TreePlot[g]
> ....
> it works fine on Math5.2.
> At first,did you load the GraphPlot package?
Yes. I loaded it. And now it seems to be working.
Thanks!