From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.user Subject: Re: Plotting in Guile Date: Wed, 28 Jul 2010 22:56:03 +0200 Message-ID: References: <1DD44717-011B-4D6B-BC6E-2640D50B92F2@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1280350663 23439 80.91.229.12 (28 Jul 2010 20:57:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2010 20:57:43 +0000 (UTC) Cc: guile-user@gnu.org To: Joel James Adamson Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jul 28 22:57:41 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OeDgs-0004RQ-Mr for guile-user@m.gmane.org; Wed, 28 Jul 2010 22:57:41 +0200 Original-Received: from localhost ([127.0.0.1]:58505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeDgJ-0007cY-8W for guile-user@m.gmane.org; Wed, 28 Jul 2010 16:56:51 -0400 Original-Received: from [140.186.70.92] (port=37315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeDg9-0007bu-Ow for guile-user@gnu.org; Wed, 28 Jul 2010 16:56:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeDfb-0007pt-Bt for guile-user@gnu.org; Wed, 28 Jul 2010 16:56:08 -0400 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:49722) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeDfb-0007pb-2X for guile-user@gnu.org; Wed, 28 Jul 2010 16:56:07 -0400 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by smtp-out12.han.skanova.net (8.5.114) (authenticated as u26619196) id 4BC6CFA701B31D92; Wed, 28 Jul 2010 22:56:05 +0200 In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8024 Archived-At: 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