|
From: Maximilian F. <mx...@gm...> - 2008-01-23 01:04:27
|
On Jan 23, 2008 1:19 AM, Ethan Merritt <merritt@u.washington.edu> wrote: > On Tuesday 22 January 2008 16:03, Maximilian Fabricius wrote: > > Hi all, > > > > fist of all I apologize if this topic came up recently already. > > > > I love to use shell scripts for my work and to use gnuplot to present > > intermediate results. > > Now, it would be great if I could present a plot, let the user use all > > the great interactive > > features of the x11 terminal like zooming and continue my script only > > after the user closed > > the terminal. Alternatively if I could define a key - "q" for example > > - which closes the current plot > > and continues the gunplot script, that would be great. > > You have many such options. > Please see the examples given with "help pause". > Ethan, thank you for the quick answer. To my understanding the closest thing to what I meant is "pause mouse keypress". Now, as soon as I press the Apple ALT key on my mac keyboard in order to zoom in, pause is interupted. It be great if I could define "paues mouse keypress q". Cheers, Maximilian |