help-octave
[Top][All Lists]
Advanced

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

Re: Octave does not start gnuplot


From: paulaner
Subject: Re: Octave does not start gnuplot
Date: Thu, 25 Nov 2010 07:31:51 -0800 (PST)

Thank you. I have tried getenv within octave:

octave:3> getenv ("GNUPLOT")
ans = 

Apparently there is really no environment defined. 
I tried to fix this by setting it to aqua. Unfortunately, after having set
this, gnuplot still does not start:

octave:4> setenv ("GNUPLOT","aqua")
octave:5> getenv ("GNUPLOT")
ans = aqua
octave:6> a=[1 2 3]
a =

   1   2   3

octave:7> plot(a)
octave:8> 


No graphs appearing...
Any further ideas ?

Thanks


-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-does-not-start-gnuplot-tp3058677p3059143.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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