MathGroup Archive 1996

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

Search the Archive

re: turning image in graphic array 90 degrees

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3503] re: turning image in graphic array 90 degrees
  • From: peter at physto.se (peter)
  • Date: Mon, 18 Mar 1996 00:58:27 -0500
  • Organization: Stockholm University
  • Sender: owner-wri-mathgroup at wolfram.com

Try this: 
1. make a plot: pp=Plot[Sin[x^2],{x,0,2}]
2. This will turn it:Show[pp/.{x_,y_}->{y,x}]
you could turn any angle with: Show[pp/.{x_,y_}->R[fi].{y,x}]
where R[fi] is a rotation matrix
/Peter W


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Integration
  • Next by Date: Generating inverse functions
  • Previous by thread: Re: Integration
  • Next by thread: Generating inverse functions