RE: swap x and y axis
- To: mathgroup at smc.vnet.net
- Subject: [mg35883] RE: [mg35872] swap x and y axis
- From: "David Park" <djmp at earthlink.net>
- Date: Mon, 5 Aug 2002 06:01:56 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Mihajlo, Try... ParametricPlot[{Sin[t], t}, {t, 0, 3Pi/2}, AspectRatio -> 2]; David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Mihajlo Vanevic [mailto:mvane at eunet.yu] To: mathgroup at smc.vnet.net Is there any way to swap x and y axis in Plot command?? I tried something like fja := Display[$Display, #,ImageRotated->True] & Plot[Sin[t], {t, 0, 3Pi/2}, DisplayFunction :> fja] but it doesn't work. Help!! Note: I prefer avoiding ListPlot, if possible...