help-octave
[Top][All Lists]
Advanced

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

Re: octave snow leopard


From: Ben Abbott
Subject: Re: octave snow leopard
Date: Fri, 30 Dec 2011 16:44:46 -0500

On Dec 28, 2011, at 11:17 PM, yuejun yin wrote:

> hi,
> 
> I installed octave 3.4.0 on snow leopard. Then I run:
> 
>       x = 1;
>       y = 1;
>       plot(x,y)
> 
> no plot comes out. AquaTerm popped out but no image window. what 's wrong? 
> thanks a lot. I followed the process in this link, except step 4 (about 
> environment variable).
> 
> http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/
> 
> two images on this case are attached.

My guess is that your gnuplot isnt' working correctly.

Try ...

(1) Open a terminal window and type "gnuplot"

(2) If gnuplot runs, then type "plot sin(x)"

Does that work?

Ben




reply via email to

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