From mboxrd@z Thu Jan 1 00:00:00 1970 From: hubert Subject: plotting a transposed table Date: Tue, 18 Mar 2014 12:43:34 -0400 Message-ID: <87lhw7qwy1.fsf@desiato.home.uhoreg.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPxqB-0004lS-3n for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:30:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPxq4-0007fZ-5z for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:30:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:48312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPxq3-0007f7-Vq for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:30:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WPxq0-0001Tp-At for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 18:30:04 +0100 Received: from 184.175.10.244 ([184.175.10.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Mar 2014 18:30:04 +0100 Received: from hubert by 184.175.10.244 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Mar 2014 18:30:04 +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 I have a table where the data runs left-to-right instead of top-to-bottom. For example: | year | 2014 | 2015 | 2016 | 2017 | 2018 | | value | 1 | 2 | 3 | 4 | 5 | Gnuplot expects the data to be top-to-bottom, but I want to keep the table in that format. I know that I could write an external script create a transposed copy of the table, but I was wondering if there was an easier way to plot the data. -- Hubert Chathi - Email/Jabber: hubert@uhoreg.ca - http://www.uhoreg.ca/ PGP/GnuPG key: 4096R/113A1368 (Key available at pool.sks-keyservers.net) Fingerprint: F24C F749 6C73 DDB8 DCB8 72DE B2DE 88D3 113A 1368