MathGroup Archive 2013

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

Search the Archive

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



  • Prev by Date: Re: Function with optional default argument cannot cache
  • Next by Date: Re: Function with optional default argument cannot cache results
  • Previous by thread: Help with RootLocusPlot
  • Next by thread: Re: Plot with axes exchanged