|
From: Patrick D. <pd...@gm...> - 2017-07-21 15:12:54
|
OK, I got it MOUSE_X =========================================================================== Patrick DUPRÉ | | email: pd...@gm... Laboratoire de Physico-Chimie de l'Atmosphère | | Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France =========================================================================== > Sent: Friday, July 21, 2017 at 4:53 PM > From: "Ethan Merritt" <eam...@gm...> > To: gnu...@li... > Cc: "Patrick Dupre" <pd...@gm...> > Subject: Re: [Gnuplot-info] read from standard input > > On Friday, 21 July 2017 16:39:03 Patrick Dupre wrote: > > Hello, > > > > In batch mode, I can make a pause and wait for a return > > > > I would like to pass a value to gnuplot at that point. > > Pass a value from where? > > If there is a plot window then this will wait for a key entered from > the plot window and then pass it to some routine for interpretation. > The routine could continue to accept new characters one by one > to build up a longer string. > > pause mouse key > call some_routine_name MOUSE_CHAR > > > |