|
From: Allin C. <cot...@wf...> - 2009-09-11 04:07:47
|
On Thu, 10 Sep 2009, Ethan Merritt wrote: > On Thursday 10 September 2009, Allin Cottrell wrote: > > > > "Back to basics". The only sort of thing you can literally "pass > > to" gnuplot (as an executable program) is a string, as in the argv > > array or as part of a "set foo ..." statement. > > That's not really true. It is certainly the most portable thing, > but far from the only thing. You can pass shared memory objects, > or loadable shared libraries/plugins, for example... OK, then I'm missing something. Could you give an example of how you can pass such things at run time other than via strings in argv or "set..."? I understand that you can ask gnuplot to read binary data, but I thought the only way to do that was by passing the program a string, namely the name of a file to open. Allin Cottrell |