your plot script should contain command line substitution parameters ($0,
$1 and so forth, maximum of 10) like so:
+++++
set out '$1'
plot '$0
+++++
then call the script with call from the gnuplot
call '
yourplotscript.gp' 'filetoplotfrom.dat' 'filetoplotto.eps'
Good luck,
Alex van der Spek
"sam" <
samj...@gmail.com> wrote in message
news:b8e8a2d7-1a67-4226...@googlegroups.com...
On Saturday, April 14, 2012 2:44:29 AM UTC+2, Michael wrote:
> 13.04.2012 21:27, Sudip Roy ?????: