Hello, Thierry Banel <tbanelweb...@free.fr> 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