help-octave
[Top][All Lists]
Advanced

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

Re: Install 2.9.3 - problems with gnuplot


From: Dmitri A. Sergatskov
Subject: Re: Install 2.9.3 - problems with gnuplot
Date: Sun, 30 Oct 2005 18:25:58 -0700
User-agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20051007)

Ron Crummett wrote:

Just out of curiosity, is my .octaverc file supposed to be in my default directory (/home/me)? I didn't see one there but created one and it

Yes.

seems to load up when I start octave. I was just wondering if it is created by default or not.

No, it is not created by default.


gnuplot_binary="/usr/bin/gnuplot "
                                  ^
The space after gnuplot should not be there.
(That was mine typo -- sorry about that)



Oh, one more thing: Is everything I have in my .octaverc file going to appear on startup? Just wondering.

The commands you put in .octaverc are executed on a startup.
If you do not want the commands to print output on the screen, you can put
";" at the end:

gnuplot_binary="/usr/bin/gnuplot";


-Ron

Dmitri
--



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