Re: How to draw a function along y-axis
- To: mathgroup at smc.vnet.net
- Subject: [mg119247] Re: How to draw a function along y-axis
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Thu, 26 May 2011 06:36:26 -0400 (EDT)
On 5/25/11 at 7:33 PM, haqmails at gmail.com (sami) wrote: >hi i cant plot the graph of a function along y-axis. i use the plot >comand but it uses the x-axis by default to give the min and max >values, so is there any code or idea how to use y-axis instead. Try ParametricPlot. For example ParametricPlot[{Sin[x], x}, {x, 0, 4 Pi}, AspectRatio -> GoldenRatio]