From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: org-plot (generating graphs from org-mode) Date: Tue, 26 Aug 2008 16:09:24 -0700 Message-ID: <18612.36132.993382.133344@gargle.gargle.HOWL> References: <20080826151404.0996C2179B@mailhost.cs.tu-berlin.de> <48B44416.3050803@cs.tu-berlin.de> <18612.18092.519087.620736@gargle.gargle.HOWL> Reply-To: Eric Schulte Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KY7fF-00052f-3r for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 19:09:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KY7fD-00052J-Oe for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 19:09:28 -0400 Received: from [199.232.76.173] (port=57296 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KY7fD-00052G-HI for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 19:09:27 -0400 Received: from wf-out-1314.google.com ([209.85.200.168]:2720) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KY7fD-0003Jn-0k for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 19:09:27 -0400 Received: by wf-out-1314.google.com with SMTP id 28so2230592wfc.24 for ; Tue, 26 Aug 2008 16:09:26 -0700 (PDT) In-Reply-To: <18612.18092.519087.620736@gargle.gargle.HOWL> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stephan Schmitt , emacs-orgmode@gnu.org On Tuesday, August 26, at 11:08, Eric Schulte wrote: > On Tuesday, August 26, at 19:57, Stephan Schmitt wrote: > > Eric, did you know that Carsten provided a function called > > org-table-to-lisp in org-6.06b? I think with this you can > > refactor your code to be more modular and thus better > > maintainable and extensible. I have switched over to using `org-table-to-lisp' for all table manipulation, and (at least in my environment), it seems to have made the graphing functions faster, and much more reliable (no longer do I have to run a function twice to generate a graph). I believe this should fix most of the bugs mentioned previously. Also, I have finished support for 3d graphing. The updated version is up on my git repo at http://github.com/eschulte/org-plot/tree/master or git clone git://github.com/eschulte/org-plot.git Of course if anyone has any comments, problems, or suggestions please let me know. Thanks -- Eric -- schulte