|
From: Daniel J S. <dan...@ie...> - 2006-10-10 01:23:30
|
Joe Koski wrote: > Shouldn't pause -1 work, even in script input mode? Otherwise the plot just > flashes by. What happens to the s in set? The "s" is the character interpretted as a carriage return. > The problem is identical with the wxt terminal. > > Tell me if I should submit this as a bug report. Thanks. Probably not. The redirection < replaces the keyboard input with with the file contents. Not sure how one can "pause" the input from a file. (Not hitting the keyboard is the pause.) Give this a try: gnuplot test_script.inp Dan |