|
From: Shuxia Z. <sz...@ms...> - 2006-04-04 22:06:21
|
I tried to use gnuplot to disply a set of x-y plots
on ONE frame/window, instead of poping more windows.
And I cannot merger fplot1 with flot0 since it was
not generated yet. (A real time data display.)
Here is what I did:
gnuplot -persist -clear -tvtwm < fplot0
gnuplot -persist -clear -tvtwm < fplot1
gnuplot -persist -clear -tvtwm < fplot1
where fplot0 contains
plot "force.dat" using 1:2 title 'Column' with linespoints
save 'my.plt';
and fplot1 contains
load 'my.plt';
replot "force.dat" using 1:2 title 'Column' with linespoints
I thought it should work, but it did not. Still poping more
windows.
Does anybody have a better idea?
Thanks,
Shuxia Zhang
|