From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] key-binding for all plotting styles Date: Mon, 13 Oct 2014 18:24:23 +0200 Message-ID: <87mw90ndjc.fsf@nicolasgoaziou.fr> References: <53C2ADB0.2010404@free.fr> <87oaw9wg3s.fsf@bzg.ath.cx> <53E7F088.8010401@free.fr> <87tx4zhcvs.fsf@nicolasgoaziou.fr> <53FCE574.3010307@free.fr> <87vbpfnghj.fsf@nicolasgoaziou.fr> <53FCFF47.4060805@free.fr> <87r402oqce.fsf@nicolasgoaziou.fr> <53FE4F09.5080408@free.fr> <871ts1h5qv.fsf@nicolasgoaziou.fr> <53FF951B.4030300@free.fr> <87lhq7wrhg.fsf@nicolasgoaziou.fr> <54063C4F.30704@free.fr> <877g1kd0oa.fsf@nicolasgoaziou.fr> <540B1BA5.2070800@free.fr> <87sik29is3.fsf@nicolasgoaziou.fr> <541479A9.3060305@free.fr> <87k34c2cfz.fsf@nicolasgoaziou.fr> <54396D13.5070501@free.fr> <87lholprgp.fsf@nicolasgoaziou.fr> <543A8A9A.4020901@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdiPV-0005ka-SH for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 12:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdiPL-0003d1-NJ for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 12:23:49 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:48740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdiPL-0003cX-HQ for emacs-orgmode@gnu.org; Mon, 13 Oct 2014 12:23:39 -0400 In-Reply-To: <543A8A9A.4020901@free.fr> (Thierry Banel's message of "Sun, 12 Oct 2014 16:05:14 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thierry Banel Cc: emacs-orgmode@gnu.org Hello, Thierry Banel writes: > Done. Thank you. > To see the result: > - cd to org-mode tree root > - make info > - launch Emacs > - C-u C-h i doc/org RET > - search for "Org-Plot" chapter Some comments follow. > -call @code{org-plot/gnuplot} on the following table. > +call @kbd{C-c " g} or @code{M-x org-plot/gnuplot RET} on the > following table. It should be @kbd{M-x org-plot/gnuplot @key{RET}} Note there is also the macro @orgcmd{C-c " g,org-plot/gnuplot} > +While the cursor is on a column, typing @kbd{C-c " a} or > +@code{M-x orgtbl-ascii-plot RET} create a new column containing an > ascii-art @kbd{M-x orgtbl-ascii-plot @key{RET}} > +bars plot. The plot is implemented through a regular column formula. When > +the source column changes, the bar plot may be updated by refreshing the > +table, for example typing @kbd{C-u C-c *}. > +@item MIN MAX > + are the minimal and maximal values displayed. Sources values > + outside this range are displayed as @code{too small} > + or @code{too large}. @samp{too small} or @samp{too large}. > +@item WIDTH > + is the width in characters of the bar-plot. It defaults to > @code{12}. @samp{12} > +*** Ascii plot > +Ability to plot values in a column through ascii-art bars. BTW is-it ASCII-art or ascii-art? Regards, -- Nicolas Goaziou