|
From: nabed <ss...@ol...> - 2009-03-25 12:31:37
|
Hi Would it be possible to add the ability recieve output from gnuplot, over stdout to enable command driven bi-directional communication with gnuplot. That way a program could start an embedded gnuplot process and monitor the processes input and outpout streams to do bi-directional communication. Specifically I would want to be able to use this text output pipe mechanism to: 1) get the region displayed by the graph, after the user has finished interactively zooming and panning. (get_xxx) 2) to be able to set when the user can interact with gnuplot or not i.e. toggle interaction mode. 3) to be able to be able to put gnuplot in a mode which allows the user to toggle the addition and removal of new data points and to output point_added and point_removed notifications. Thanks, Serle -- View this message in context: http://www.nabble.com/Enhancement-Request%3A-output-pipe-for-interogation-commands-tp22495484p22495484.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |