Hi, I am trying to display a plot for 30 seconds. When I am running the code in gnuplot it works.
gnuplot> load 'plot.plt'
where plot.plt contains: set title 'THI x milk' plot 'first' with lines, 'second'with lines pause 30
However when I run it directly from the Unix terminal: gnuplot < plot.plt the figure just flashes and disappeares.
Does anybody has any idea why is it?
Thank you in advance.
Jarmila.
The behaviour you see doesn't seem to reproduce for me. So please give more details about your environment (gnuplot version, Unix version, ...)
I am working on a SUSE 9.1- 64 bit, my gnuplot version is 3.7..
Then you should update to 4.0 before looking any further.
Log in to post a comment.
Hi,
I am trying to display a plot for 30 seconds. When I am running the code in gnuplot it works.
gnuplot> load 'plot.plt'
where plot.plt contains:
set title 'THI x milk'
plot 'first' with lines, 'second'with lines
pause 30
However when I run it directly from the Unix terminal:
gnuplot < plot.plt
the figure just flashes and disappeares.
Does anybody has any idea why is it?
Thank you in advance.
Jarmila.
The behaviour you see doesn't seem to reproduce for me. So please give more details about your environment (gnuplot version, Unix version, ...)
I am working on a SUSE 9.1- 64 bit, my gnuplot version is 3.7..
Then you should update to 4.0 before looking any further.