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] ====