Re: Rotating TreePlot
- To: mathgroup at smc.vnet.net
- Subject: [mg82890] Re: Rotating TreePlot
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 2 Nov 2007 03:33:44 -0500 (EST)
- Organization: Uni Leipzig
- References: <fgca67$9j6$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, tree = TreePlot[{a -> b, a -> c, c -> d, c -> e, b -> f}, Left, VertexLabeling -> All]; Manipulate[ tree /. Line[pnts_] :> GeometricTransformation[Line[pnts], RotationTransform[phi, {1, 1}]], {phi, 0, 2 Pi} ] ?? and no vertex label is rotated .. Regards Jens Coleman, Mark wrote: > Greetings, > > I've created a number of graphic using TreePlot, using the left options > (so the tree expands across the page, left to right).How can I rotate > this graphic 90 Degrees, do it runs down the page top to bottom (note: > The Top option of TreePlot will do this, but it will also rotate the > vertex labels, which I do not want). > > Thanks, > > -Mark > >