From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: text-only plots Date: Sun, 8 Dec 2013 12:58:17 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpdwd-00033S-U5 for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 07:58:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpdwW-0001hE-JB for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 07:58:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:34379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpdwW-0001hA-D4 for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 07:58:40 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VpdwU-0001Yc-4z for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 13:58:38 +0100 Received: from mna75-5-82-226-29-239.fbx.proxad.net ([82.226.29.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Dec 2013 13:58:38 +0100 Received: from tbanelwebmin by mna75-5-82-226-29-239.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Dec 2013 13:58:38 +0100 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: emacs-orgmode@gnu.org Michael Brand 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) | > |------+----+----------+-------------------+-------------------------| > | 2009 | 55 | WWWWWWl | ▉▉▉▉▉▉▌ | ██████▋ | > | 2010 | 54 | WWWWWWu | ▉▉▉▉▉▉▍ | ██████▌ | > | 2011 | 60 | WWWWWWW: | ▉▉▉▉▉▉▉▏ | ███████▎ | > | 2012 | 62 | WWWWWWW; | ▉▉▉▉▉▉▉▍ | ███████▌ | > #+TBLFM: $3 = '(orgtbl-ascii-draw $2 0 100) :: $4 = > '(orgtbl-uc-draw-grid $2 0 100) :: $5 = '(orgtbl-uc-draw-cont $2 0 > 100) Hi Michael I love your extension! I will integrate it. The unicode (unicorn?) version should fall-back gracefully to the ascii version if utf is not supported. Thierry