help-octave
[Top][All Lists]
Advanced

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

Re: plot problem


From: Henry F. Mollet
Subject: Re: plot problem
Date: Tue, 12 Jul 2005 19:06:53 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

Whereas Finder/Find on OS 10.2.8 produces a larger number of hits containing
"plot.m", the more advanced Spotlight on OS 10.4 produces zilch to very
little with the same search. It cannot find the following files which
contain plot.m which are present for sure:

octave:24> cd /usr/local/share/octave/2.1.71/m/plot
octave:25> ls
PKG_ADD                 axis.m                  plot.m
__axis_label__.m        bar.m                   plot_border.m
Cut

octave:33> cd /usr/local/share/octave/2.1.71/site/m/octave-forge/plot
octave:34> ls
Cut
fplot.m                 pie.m                   zoom.m

Below indicates that plot.m creates a range. With a single point, one has to
use a symbol to be able to see the data point at (1,2).

octave:15> plot (1,2)
octave:16> Warning: empty x range [1:1], adjusting to [0.99:1.01]
Warning: empty y range [2:2], adjusting to [1.98:2.02]

octave:16> plot (1,2,"x")
octave:17> Warning: empty x range [1:1], adjusting to [0.99:1.01]
Warning: empty y range [2:2], adjusting to [1.98:2.02]

Henry


on 7/12/05 1:43 PM, Jeff Cunningham at address@hidden wrote:

> From the OS, do a search for 'plot.m'.  If it doesn't exist, something
> probably went wrong during the compiling.  Otherwise, something probably went
> wrong during the configuration (post-compile).  You can see where Octave looks
> for files by typing 'path'.  Do other functions work?
> 
> You'll probably need to provide more information if you're having a compile
> problem (OS, Octave version, etc.).
> 
> -jeff
> 
> 
> -----Original Message-----
> From: Paulo Cortes [mailto:address@hidden
> Sent: Tuesday, July 12, 2005 4:18 PM
> To: address@hidden
> Subject: plot problem
> 
> 
> HI
> 
> I just compiled octave in my laptop, doing testing I tried:
> 
> plot (1,2) that should plot a point, however, I got:
> 
> octave:10> plot(1,2)
> error: `plot' undefined near line 10 column 1
> 
> 
> gnuplot works, and I red the FAQ a googled the problem, surely is something
> easy to solve, any help?
> 
> Thanks
> 
> Paulo




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