|
From: Martin J. <mar...@ya...> - 2006-03-06 19:30:03
|
Hello, in order to be able to call Gnuplot from any program to diplay data I tried the following simple model case at the command line: >wgnuplot commandfile.txt The file commandfile.txt contains the following single line: plot sin(x) The window containing the plot of sin(x) appeared for a fraction of a second and disappeared. So I changed the contents of the file commandfile.txt to the following two lines: plot sin(x) pause 10 The window with the sin(x) plot appears for 10 seconds and disappears. During its display the window is frozen. I would like to snatch it, resize it, move it around and keep it as long as I want to until I hit the upper right corner. I cannot, it is frozen and it has a predetermined lifetime. The idea would be to indicate the data file and prescribe whatever is to happen with the data in the command file. I run Windows 2000. Can someone help? Regards, Martin -- View this message in context: http://www.nabble.com/Gnuplot-in-the-batch-mode-t1235256.html#a3267971 Sent from the Gnuplot - User forum at Nabble.com. |