|
From: Joe K. <jko...@co...> - 2006-10-10 02:23:09
|
on 10/9/06 7:33 PM, Daniel J Sebald at dan...@ie... wrote: > 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 Dan, You are correct. gnuplot test_script.inp works as I expected it should. Thanks. Joe |