help-octave
[Top][All Lists]
Advanced

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

Re: Question about a plot


From: Jordi Gutiérrez Hermoso
Subject: Re: Question about a plot
Date: Mon, 14 Mar 2011 12:30:37 -0600

On 14 March 2011 12:22, Samuele Zampini <address@hidden> wrote:
> Anyway, the point is that I am trying to make a plot with Octave.
> I have this *simple* script:
>>
>> a = [0:.1:2*pi];
>> b = sin(a);
>> gplot (a,b)

gplot is for plotting graph-theoretical graphs (vertices and edges).
Use plot instead. Type "help gplot" and "help plot" for the
docstrings.

HTH,
- Jordi G. H.


reply via email to

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