|
From: V. <gae...@no...> - 2005-06-10 10:29:39
|
Yes, that was the obvious simple answer. so here is what I did : echo "tee -a logfile | gnuplot" > gp.sh chmod u+x gp.sh octave > gnuplot_binary=3D"./gp.sh" > plot((sin(0:0.1:1)) > hold on > plot(cos(0:0.1:1)) > exit and here are the contents of ./logfile : set data style lines set nologscale set nopolar pl '/tmp/oct-KvIS79' u 1:2 t "line 1" set nologscale set nopolar rep '/tmp/oct-882efm' u 1:2 t "line 2" So if I am not wrong the replot command is indeed used by octave. -- Ga=EBl |