Re: A Plot to Rotate
- To: mathgroup at smc.vnet.net
 - Subject: [mg7410] Re: A Plot to Rotate
 - From: tburton at cts.com (Tom Burton)
 - Date: Sat, 31 May 1997 15:07:18 -0400 (EDT)
 - Organization: Brahea Consulting
 - Sender: owner-wri-mathgroup at wolfram.com
 
On 27 May 1997 23:03:14 -0400, in comp.soft-sys.math.mathematica you wrote:
>Hi all,
>
>I'm having trouble getting a Plot to work.  It plots my function just fine
>but I want the whole shebang rotated 90 degrees counterclockwise.
>
Here's a cool way to reflect about x==y. Is this OK?
Show[p/.Line[x_]:>Map[Reverse,Line[x],{2}]]
where p your original plot. This should work for any graphics made exclusively of Line primitives.
Tom Burton