|
From: Tino W. <ti...@wi...> - 2006-07-05 10:55:48
|
Petr Mikulik schrieb: >> what if it would be possible to map xrange, yrange, .. >> settings into the environment where the external >> command via popen is run? This way it would be easy >> to just fetch and deliver only the amount of data >> which is really in the display boundaries - for example >> if you magnify parts of a measure log. > > > Since very recently, you can > print GPVAL_X_MIN, GPVAL_X_MAX, GPVAL_Y_MIN, GPVAL_Y_MAX > and let your driving application to read it. See also 'help set print' > and "bidirectional" examples on gnuplot web page. But this looks as if my application would have to run gnuplot in popen() and not vice versa? Currently I run a number of scripts in plot where each script delivers data for a part graph. It would be nice to be able to access these values from the script which runs inside plot "<script" or am I misunderstanding? Regards Tino |