From help-request at octave dot org Mon Feb 7 09:21:06 2005 Subject: Re: gnuplot commands From: "Dmitri A. Sergatskov" To: mavram at bezeqint dot net CC: help-octave at bevo dot che dot wisc dot edu Date: Mon, 07 Feb 2005 08:23:12 -0700 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 -------------------------------------------------------------