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


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

Re: How to draw a function along y-axis

From Bill Rowe <readnews@sbcglobal.net>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: How to draw a function along y-axis
Date 2011-05-26 10:36 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <irlaf6$dud$1@smc.vnet.net> (permalink)

Show all headers | View raw


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]

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web