help-octave
[Top][All Lists]
Advanced

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

Re: gnuplot


From: Geordie McBain
Subject: Re: gnuplot
Date: Thu, 19 Jun 2003 19:07:36 -0500

G'day,

Basically you need to `set parametric' for Gnuplot.  Check out this example:

octave> u=(-5:0.01:5)';
octave> helix=[cos(u),sin(u),u]; 
octave> gset parametric; 
octave> gsplot helix

See `Three-Dimensional Plotting' in the Octave manual or `help
splot parametric' in Gnuplot.



-------------------------------------------------------------
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]