Re: Plot with axes exchanged
- To: mathgroup at smc.vnet.net
- Subject: [mg130679] Re: Plot with axes exchanged
- From: "mathma18 at gmail.com" <mathma18 at gmail.com>
- Date: Wed, 1 May 2013 21:40:30 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
ParamtricPlot[{ 2 a t, a t^2}, { t,0, 1}] swaps to ParamtricPlot[ {a t^2, 2 a t}, { t,0, 1}] ParamtricPlot[{ x, f(x)}, { x, 0, 1}] swaps to ParamtricPlot[{ f(x)},x }, { x, 0, 1}] Narasimham