MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plot with axes exchanged

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130522] Re: Plot with axes exchanged
  • From: "Louis Talman" <talmanl at gmail.com>
  • Date: Thu, 18 Apr 2013 05:35:15 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <18800886.106146.1366087074653.JavaMail.root@m06>

On Wed, 17 Apr 2013 00:30:01 -0600, djmpark <djmpark at comcast.net> wrote:

> Use a ParametricPlot?
>
>
> David Park
> djmpark at comcast.net
> http://home.comcast.net/~djmpark/index.html
>
>
>
> From: Dr. Wolfgang Hintze [mailto:weh at snafu.de]
>
>
> How can I exchange axes in a plot, i.e. plot the function value along the
> horizontal axis and the independent variable against the vertical axis?
>
> Any help is apreciated.
>
> Wolfgang
>
>


Easiest is probably to use ParametricPlot:

   ParametricPlot[{f[t],t},{t, a, b}]

--Lou Talman
   Department of Mathematical & Computer Sciences
   Metropolitan State University of Denver

   <http://rowdy.msudenver.edu/~talmanl>



  • Prev by Date: Re: Linux compilers ...
  • Next by Date: Re: How to remove a singularity
  • Previous by thread: Re: Plot with axes exchanged
  • Next by thread: Re: Trying to suspend or pause execution of a program (Updated).