From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: org-plot (generating graphs from org-mode) Date: Mon, 25 Aug 2008 18:53:59 -0700 Message-ID: <18611.25143.79101.479163@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 1KXnkR-0004dx-K5 for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 21:53:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXnkQ-0004cy-2t for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 21:53:31 -0400 Received: from [199.232.76.173] (port=34539 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXnkP-0004cv-Vo for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 21:53:30 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]:5070) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXnkP-0004tM-I4 for emacs-orgmode@gnu.org; Mon, 25 Aug 2008 21:53:29 -0400 Received: by rv-out-0708.google.com with SMTP id k29so1883790rvb.6 for ; Mon, 25 Aug 2008 18:53:28 -0700 (PDT) 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: Org-mode Hi, org-plot enables generation of graphs from data stored in org tables (maybe eventually elsewhere in org files). It is available on github at http://github.com/eschulte/org-plot/tree/master or with git clone git://github.com/eschulte/org-plot.git Included with org-plot.el is an example.org file which should quickly show off it's features, options and abilities. While this is not completed, it is functional, and I figure better to get early feedback then wait until it's all polished. Please give it a look and let me know what you think. Thanks -- Eric