From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Frankel Subject: Re: using gnuplot's "splot" and "every" commands on org-mode table data Date: Sat, 11 May 2013 08:20:42 -0400 Message-ID: <20130511122042.GC91514@BigDog.local> References: <87k3ncxeqt.fsf@gmail.com> <87r4hkuebb.fsf@Rainer.invalid> <87zjw4xqhr.fsf@ucl.ac.uk> <87y5bngaw1.fsf@Rainer.invalid> <87zjw3navj.fsf@ucl.ac.uk> <874ne93imc.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ub8n9-0005EW-QE for emacs-orgmode@gnu.org; Sat, 11 May 2013 08:20:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ub8n5-00037j-H1 for emacs-orgmode@gnu.org; Sat, 11 May 2013 08:20:47 -0400 Received: from [204.62.15.78] (port=35873 helo=mail.rickster.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ub8n5-00037Y-DF for emacs-orgmode@gnu.org; Sat, 11 May 2013 08:20:43 -0400 Content-Disposition: inline In-Reply-To: <874ne93imc.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org On Sat, May 11, 2013 at 12:39:55PM +0200, Achim Gratz wrote: > Eric S Fraga writes: > >> We should keep "---" as lines to be exported and perhaps use ":::" for > >> those that are just introducing convenience for table calculations as > >> "===" looks far too heavy to me for that purpose. > > > > Sure, I can see how === may be too heavy. My 2 cents: great idea, but i find : too visually heavly also. How about periods (.), or just the first character of the hline (i like the periods). Here's a comparison: | | Strategy | Average performance | |---+----------+---------------------| | / | | 8.69 | | / | | 9.72 | | / | | 9.03 | |...+..........+.....................| | | 1 | 9.15 | |:--+----------+---------------------| | / | | 9.15 | | / | | 7.60 | | / | | 7.46 | |:::+::::::::::+:::::::::::::::::::::| | | 2 | 8.07 | |---+----------+---------------------| rick