help-octave
[Top][All Lists]
Advanced

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

Re: Help: Pipe Broken


From: Tatsuro MATSUOKA
Subject: Re: Help: Pipe Broken
Date: Sun, 11 Nov 2007 11:38:04 +0900 (JST)

Dear Dr. Pierre-Marie GAGEY

First, please cc or to your mail to  address@hidden
The logs are helpful for other users. 
This is the one of the purpose of the ML.

By the way, because my expalnation inadequate your description is not right.
You have to also write the file name of gnuplot.

           :
           :
           :
## This appears here instead of in the pkg/PKG_ADD file so that --norc
## will also skip automatic loading of packages.

pkg ("load", "auto");

gnuplot_binary('/usr/local/gnuplot4.3/bin/gnuplot -geometry 600x400+600+400');

Please write 'gnuplot'.
  
Tatsuro

2007/11/11, address@hidden <address@hidden>:
> Dear Mr Matsuoka,
> 
>        Thanks for your help.
>        But I am not sure I put the instruction
> "gnuplot_binary('~/posturologie/GNUOctave/');" at the right place in
> the file octaverc, but in fact till now that does not work, I receive
> the same error message.
> 
>        What's wrong?
> 
> Here is the copy of the NEW file octaverc:
> 
> ## System-wide startup file for Octave.
> ##
> ## This file should contain any commands that should be executed each
> ## time Octave starts for every user at this site.
> 
> ## Configure readline using the file inputrc in the Octave startup
> ## directory.
> 
> read_readline_init_file (sprintf ("%s%s%s",
>                                  octave_config_info ("startupfiledir"),
>                                  filesep, "inputrc"));
> 
> gnuplot_binary('~/posturologie/GNUOctave/');
> 
> if (strcmp (PAGER (), "less") && isempty (getenv ("LESS")))
>   PAGER_FLAGS ('-e -X -P"-- less ?pB(%pB\\%):--. (f)orward, (b)ack, 
> (q)uit$"');
> endif
> 
> ## This appears here instead of in the pkg/PKG_ADD file so that --norc
> ## will also skip automatic loading of packages.
> 
> pkg ("load", "auto");
> 
> 
> 


--------------------------------------
New Design Yahoo! JAPAN  2008/01/01
http://pr.mail.yahoo.co.jp/newdesign/


reply via email to

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