|
From: Robert H. <en...@no...> - 2005-06-10 10:14:30
|
On Fri, 2005-06-10 at 11:58 +0200, Petr Mikulik wrote: > > 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'; try: echo "tee -a logfile | gnuplot" > gp.sh chmod u+x gp.sh octave > gnuplot_binary="./gp.sh" > plot(1) > exit cat logfile -- Robert Hart <en...@no...> University of Nottingham This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. |