|
From: Petr M. <mi...@ph...> - 2005-06-10 09:58:52
|
> Couldn't you replace gnuplot with a wrapper script that does something > like: > > tee -a logfile | gnuplot.real Try: gnuplot_binary = '/usr/bin/tee a.log | /usr/local/bin/gnuplot'; ... but then octave fails to write to it, why? --- PM |