I have a script that runs a calculation and then plots the result using gnuplot script file. The problem is that I need to make more than one plot and I don't want windows to cover each other. I tried this:
time ./run nano.lua
killall gnuplot
gnuplot -geometry -100-100 -p -e 'load "pqpss.plt"'
gnuplot -p -e 'load "pqpsss.plt"'
turns out that the -geometry option doesn't do anything.
I'm tunning lxde with ubuntu 11.10.