Re: How to draw a function along y-axis
- To: mathgroup at smc.vnet.net
- Subject: [mg119248] Re: How to draw a function along y-axis
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 26 May 2011 06:36:37 -0400 (EDT)
ParametricPlot[{(y + 3) (y - 4), y}, {y, -4, 5},
AspectRatio -> GoldenRatio]
Bob Hanlon
---- sami <haqmails at gmail.com> 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.