help-octave
[Top][All Lists]
Advanced

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

Re: plot3 plots surface rather than line


From: Henry F. Mollet
Subject: Re: plot3 plots surface rather than line
Date: Wed, 28 Sep 2005 13:50:00 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

gnuplot> splot 'plot3ExampleData' w l
using attached data file will give the spiral in Gnuplot. I wish I knew how
to translate this so that plot3.m would work as it should in Octave 2.1.71.
You can of course create the required data file using your data and then use
Gnuplot to get the plot you need for the time being.
Henry


on 9/28/05 9:17 AM, Jake Michaelson at address@hidden wrote:

> 
> 
> Begin forwarded message:
> 
>> From: Jake Michaelson <address@hidden>
>> Date: September 28, 2005 9:59:52 AM MDT
>> To: Przemek Klosowski <address@hidden>
>> Subject: Re: plot3 plots surface rather than line
>> 
>> so how can we fix it so it will function as the help file describes?
>> I really need to get this working properly.
>> 
>> Thanks,
>> 
>> Jake
>> 
>> On Sep 28, 2005, at 9:30 AM, Przemek Klosowski wrote:
>> 
>>> The help for plot3 says:
>>> 
>>>        usage: plot3 (x, y, z)
>>>      ...
>>>        If all arguments are vectors of the same length, a single line
>>>        is drawn in three space.
>>> 
>>> but on my  2.1.71 it does something else: it treats the x,y,z vectors
>>> as values of Z for three lines in the X-Y plane; in other words, it's
>>> plot3(z1,z2,z3), showing a 3-by-length(z) carpet plot.
>>> 
>>> 
>>> 
>>> -------------------------------------------------------------
>>> 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
>>> -------------------------------------------------------------
>>> 
>> 

Attachment: plot3ExampleData
Description: Binary data


reply via email to

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