From help-octave-request at bevo dot che dot wisc dot edu Thu Jun 19 19:13:33 2003 Subject: Re: gnuplot From: Geordie McBain To: daume at freeshell dot org CC: help-octave at bevo dot che dot wisc dot edu 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 -------------------------------------------------------------