MathGroup Archive 2006

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

Search the Archive

Re: Plot -> axes inversion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64655] Re: Plot -> axes inversion
  • From: bghiggins at ucdavis.edu
  • Date: Sat, 25 Feb 2006 02:53:15 -0500 (EST)
  • References: <dtm57k$hbo$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

For interchanging the x- and y- axes  for plot a simple way is to use
ParametricPlot

ParametricPlot[ {1/Gamma[x] , x}, { x, -4 , 4 } , AxesLabel -> { "y" ,
"x" } ]
     

Cheers,

Brian


  • Prev by Date: Re: Multivariable Limits
  • Next by Date: Forcing surds into the numerator
  • Previous by thread: Plot -> axes inversion
  • Next by thread: Re: Plot -> axes inversion