guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plotting in Guile


From: Neil Jerram
Subject: Re: Plotting in Guile
Date: Thu, 29 Jul 2010 19:57:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Joel James Adamson <address@hidden> writes:

> So would I write a C program to handle the IPC between guile and
> GNUPLOT, and then control it with Scheme?

There's no need to use C here.  You can generate the data, and pass it
to Gnuplot, all in Scheme.  For example, see:

http://ossau.homelinux.net:8000/~neil/graph-benchmark-results
http://ossau.homelinux.net:8000/~neil/ossau/gnuplot.scm

(which is the code that generates the performance tracking graphs at
http://ossau.homelinux.net:8000/~neil).

Regards,
      Neil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]