Re: [O] text-only plots

2013-12-10 Thread Thierry Banel
Suvayu Ali fatkasuvayu+linux at gmail.com writes: Firstly, I think the unicode bit is a terrific improvement; specially the two options: grid and continuous. I think there are two distinct problems here: the plot as shown in org, and export. We should not confuse the two. I will suggest

Re: [O] text-only plots

2013-12-09 Thread Suvayu Ali
Hi Thierry, On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote: Carsten Dominik carsten.dominik at gmail.com writes: This is not a lot of code - I would not mind simply integrating this into org-table.el The only hickup might be that this could be trouble for the exporters -

Re: [O] text-only plots

2013-12-09 Thread Ivan Andrus
On Dec 9, 2013, at 5:19 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi Thierry, On Sun, Dec 08, 2013 at 11:10:47PM +, Thierry Banel wrote: Carsten Dominik carsten.dominik at gmail.com writes: This is not a lot of code - I would not mind simply integrating this into org-table.el

Re: [O] text-only plots

2013-12-09 Thread Thierry Banel
Ivan Andrus darthandrus at gmail.com writes: On Dec 9, 2013, at 5:19 AM, Suvayu Ali fatkasuvayu+linux at gmail.com wrote: Technically speaking, it is not exported as a table since you put it as part of example block. However a quick test tells me, html export will work fine (screenshot

Re: [O] text-only plots

2013-12-09 Thread Suvayu Ali
Hi Thiery, On Mon, Dec 09, 2013 at 10:48:22PM +, Thierry Banel wrote: Ivan Andrus darthandrus at gmail.com writes: On Dec 9, 2013, at 5:19 AM, Suvayu Ali fatkasuvayu+linux at gmail.com wrote: Technically speaking, it is not exported as a table since you put it as part of example

Re: [O] text-only plots

2013-12-08 Thread Suvayu Ali
On Sat, Dec 07, 2013 at 07:48:51PM +, Thierry Banel wrote: I wrote a package to draw such small-quick-and-text-only graphs. It is here: http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html Just type C-c p This looks cool! -- Suvayu Open source is the future. It sets us free.

Re: [O] text-only plots

2013-12-08 Thread Michael Brand
Hi Thierry On Sat, Dec 7, 2013 at 8:48 PM, Thierry Banel tbanelweb...@free.fr wrote: What about text-only plots in tables ? All in Emacs, without any external package. | x | x^2 | | |+-+--| | 0 | 0 | | | 1 | 1 | .| | 2 |

Re: [O] text-only plots

2013-12-08 Thread Michael Brand
On Sun, Dec 8, 2013 at 12:27 PM, Michael Brand michael.ch.br...@gmail.com wrote: I suggest to have also a unicode variant using http://en.wikipedia.org/wiki/Block_Elements To make it more complete: Distinguish between the variant with coordinate grid and the one continuous: | year | % | ascii

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Michael Brand michael.ch.brand at gmail.com writes: To make it more complete: Distinguish between the variant with coordinate grid and the one continuous: | year | % | ascii| grid (0 to 7 8th) | continuous (0 to 8 8th) |

Re: [O] text-only plots

2013-12-08 Thread Achim Gratz
Michael Brand writes: Your idea is very good. I suggest to have also a unicode variant using http://en.wikipedia.org/wiki/Block_Elements with (elt ▏▎▍▌▋▊▉ [...]) to divide one char into eight widths which These would be even more useful if all UPPER and RIGHT variants existed. Oh well.

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Hello all. Following a suggestion from Michael Brand (thanks, Michael!), I implemented a version able to use unicode block characters. It is here: http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html Use =C-u C-c p= in the column to plot, and answer questions. Without =C-u= prefix, the

Re: [O] text-only plots

2013-12-08 Thread Carsten Dominik
Hi Thierry, This is really nice. Thank you! This is not a lot of code - I would not mind simply integrating this into org-table.el The only hickup might be that this could be trouble for the exporters - or have you produced the webpage directly from an org file? - Carsten On 8.12.2013, at

Re: [O] text-only plots

2013-12-08 Thread Michael Brand
Hi Thierry On Sun, Dec 8, 2013 at 6:43 PM, Thierry Banel tbanelweb...@free.fr wrote: Following a suggestion from Michael Brand (thanks, Michael!), I implemented a version able to use unicode block characters. It is here: http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html Thank you

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Carsten Dominik carsten.dominik at gmail.com writes: Hi Thierry, This is really nice. Thank you! This is not a lot of code - I would not mind simply integrating this into org-table.el The only hickup might be that this could be trouble for the exporters - or have you produced the

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Michael Brand michael.ch.brand at gmail.com writes: Thank you for implementing these variations. Michael Thanks for this simple and effective idea. Thierry

[O] text-only plots

2013-12-07 Thread Thierry Banel
Hi all Org fans. What about text-only plots in tables ? All in Emacs, without any external package. | x | x^2 | | |+-+--| | 0 | 0 | | | 1 | 1 | .| | 2 | 4 | :| | 3 | 9 | u| | 4 | 16 | W|