Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2734 > unrolled thread

Re: How to draw a function along y-axis

Started byBill Rowe <readnews@sbcglobal.net>
First post2011-05-26 10:36 +0000
Last post2011-05-26 10:36 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: How to draw a function along y-axis Bill Rowe <readnews@sbcglobal.net> - 2011-05-26 10:36 +0000

#2734 — Re: How to draw a function along y-axis

FromBill Rowe <readnews@sbcglobal.net>
Date2011-05-26 10:36 +0000
SubjectRe: How to draw a function along y-axis
Message-ID<irlaf6$dud$1@smc.vnet.net>
On 5/25/11 at 7:33 PM, haqmails@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]

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web