From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: feature request: transpose a table Date: Thu, 10 Sep 2009 23:59:20 +0200 Message-ID: <87tyzajwav.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlrgQ-0006Qq-6p for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 18:00:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlrgL-0006NK-Dj for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 18:00:01 -0400 Received: from [199.232.76.173] (port=44102 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlrgL-0006ND-9w for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 17:59:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:40395) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MlrgK-0006b6-Sm for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 17:59:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MlrgI-0006I9-DU for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 23:59:54 +0200 Received: from bur91-5-88-162-148-242.fbx.proxad.net ([88.162.148.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Sep 2009 23:59:54 +0200 Received: from zhangweize by bur91-5-88-162-148-242.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Sep 2009 23:59:54 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I do not know if I can do org-plot on rows instead of columns. But today after I finished a table, I found I have to transpose the table by hand so that I can plot it as I want. Here is original table: | x | y | x | y | ... | |-----+----+----+----+-----| | 1 | 2 | 3 | 4 | | | 5 | 6 | 7 | 8 | | | 9 | 0 | 1 | 2 | | | ... | | | | | And I have to convert it into: | x | y | x | y | x | y | ... | |-----+---+---+---+---+---+-----| | 1 | 2 | 5 | 6 | 9 | 0 | | | 3 | 4 | 7 | 8 | 1 | 2 | | | ... | | | | | | | so that every two columns stand for a line. I also wonder how do you guys draw multiple lines in one image, since here there are multiple inds.