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