MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Just another bug in MMA 3.0
  • Next by Date: Re: Get answers out of listform
  • Previous by thread: Just another bug in MMA 3.0
  • Next by thread: Re: A Plot to Rotate