From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: Plotting in Guile Date: Tue, 03 Aug 2010 21:20:59 +0200 Message-ID: <87k4o7o63o.fsf@ambire.localdomain> References: <713492.93290.qm@web37904.mail.mud.yahoo.com> <87hbjisre1.fsf@ambire.localdomain> <603696.84472.qm@web37905.mail.mud.yahoo.com> <87wrsdtb5d.fsf@ambire.localdomain> <990269.67014.qm@web37906.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280863473 2001 80.91.229.12 (3 Aug 2010 19:24:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2010 19:24:33 +0000 (UTC) Cc: guile-user@gnu.org To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Aug 03 21:24:31 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 1OgN6E-0000YU-34 for guile-user@m.gmane.org; Tue, 03 Aug 2010 21:24:30 +0200 Original-Received: from localhost ([127.0.0.1]:47203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgN6D-0002Vt-9p for guile-user@m.gmane.org; Tue, 03 Aug 2010 15:24:29 -0400 Original-Received: from [140.186.70.92] (port=39742 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgN5o-0002UB-Af for guile-user@gnu.org; Tue, 03 Aug 2010 15:24:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgN5n-0006k2-9r for guile-user@gnu.org; Tue, 03 Aug 2010 15:24:04 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:59632) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgN5m-0006jd-PY for guile-user@gnu.org; Tue, 03 Aug 2010 15:24:03 -0400 Original-Received: from ambire.localdomain (95.244.66.149) by smtp204.alice.it (8.5.124.08) id 4C3B1759015541BB; Tue, 3 Aug 2010 21:23:58 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OgN2p-0002fJ-8L; Tue, 03 Aug 2010 21:20:59 +0200 In-Reply-To: <990269.67014.qm@web37906.mail.mud.yahoo.com> (Mike Gran's message of "Tue, 3 Aug 2010 06:46:36 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:8046 Archived-At: () Mike Gran () Tue, 3 Aug 2010 06:46:36 -0700 (PDT) I talked to the plotutils maintainer over on the bug-plotutils list. He expressed some interest in folding any bindings into the upstream plotutils tree. This is great for me, because the problem with the graph bindings is that I am building them in the plotutils tree, and it saves me the problem of trying to extract them, which has been the hangup. Cool. It's nice to see this kind of collaboration. I'll be sure to include some "not immediately useful; wait for plotutils x.y.z" blurb in the README, unless you beat me to it. I'll throw up the code somewhere temporary but hackable, like github, tomorrow. Can't wait...