help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parametric plots


From: Paul Kienzle
Subject: Re: Parametric plots
Date: Fri, 25 Apr 2003 19:27:54 -0400
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3a) Gecko/20021212

John B. Thoo wrote:

Hi. I'm sorry if this is a FAQ. In gnuplot, parametric plots (in 2D) are accomplished by, e.g.,

   gnuplot> plot [t=0:2] t**2 - t - 1, sin (2*pi*t)

but I couldn't do the same in Octave using "gset parametric" and "gplot":

octave:1> gset parametric
octave:2> gplot [t=0:2] t**2 - t - 1, sin (2*pi*t)
parse error:

>>> gplot [t=0:2] t**2 - t - 1, sin (2*pi*t)
                  ^

octave:2> gplot [t=0:2] "t**2 - t - 1, sin (2*pi*t)"
warning: can't make 2D parametric plot -- setting noparametric...
         line 0: undefined variable: t

octave:3>


How do I plot parametric equations in Octave? Thanks.

graw("arbitrary gnuplot command\n")

Paul Kienzle
address@hidden




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]