Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2734 > unrolled thread
| Started by | Bill Rowe <readnews@sbcglobal.net> |
|---|---|
| First post | 2011-05-26 10:36 +0000 |
| Last post | 2011-05-26 10:36 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Re: How to draw a function along y-axis Bill Rowe <readnews@sbcglobal.net> - 2011-05-26 10:36 +0000
| From | Bill Rowe <readnews@sbcglobal.net> |
|---|---|
| Date | 2011-05-26 10:36 +0000 |
| Subject | Re: 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]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web