On 28 Jul 2010, at 20:50, Joel James Adamson wrote:
Guile has both scm_pipe() to use in a C program, and pipe to use in
Scheme code. So you might try calling it directly. If you turn
GNUPLOT
into a library, you can link it directly to Guile.
There was such a library a few years back, but it is now out of synch
with the main GNUPLOT development line.
The first thing I need to do (I think) is learn more about how GNUPLOT
can be manipulated.
It is probably simplest to not turn it into a library on your own
except for experimentation.
Hans