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[ . ] ?