From help-request at octave dot org Mon Feb 7 10:18:38 2005 Subject: Re: gnuplot commands From: mavram at bezeqint dot net To: "Dmitri A. Sergatskov" Cc: help-octave at bevo dot che dot wisc dot edu Date: Mon, 7 Feb 2005 18:23:07 +0200 On Mon, Feb 07, 2005 at 08:23:12AM -0700, Dmitri A. Sergatskov wrote: > mavram at bezeqint dot net wrote: > ... > > explicit ? Should one give these commands (looks like shell > > script) before starting octave ? Or somehow (how ?) from within > > octave ? My guess: 'write a script containing the two lines and > > named gnuplot_binary, change its mode to +x and store it > > somewhere in the path. Then start octave, issue the command > > gnuplot_binary="mygnuplot" (or with full path), make some graph > > and look up /tmp/a', did not work. > > The shell script name is "mygnuplot". It should be in your path > (I have it in ~/bin) > Then you need to add in your .octaverc as a first line > gnuplot_binary="mygnuplot" > ... > > > Cheers, Avraham > > > > 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 > ------------------------------------------------------------- Thanks, works fine, Avraham ------------------------------------------------------------- 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 -------------------------------------------------------------