MathGroup Archive 2006

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

Search the Archive

Plot -> axes inversion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64609] Plot -> axes inversion
  • From: "bd satish" <bdsatish at gmail.com>
  • Date: Fri, 24 Feb 2006 00:18:05 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi buddies ,

   I have a plot :


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


    I want to interchange  the  x-  and y-axes. (A kinda rotatation  by 90
degrees ). Which option should I use ?

                How about the plot inversion option for Plot3D[ . ] ?



  • Prev by Date: Re: finding the position of a pattern in list
  • Next by Date: Re: finding the position of a pattern in list
  • Previous by thread: Re: Multivariable Limits
  • Next by thread: Re: Plot -> axes inversion