emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: zwz <zhangweize@gmail.com>
To: emacs-orgmode@gnu.org
Subject: feature request: transpose a table
Date: Thu, 10 Sep 2009 23:59:20 +0200	[thread overview]
Message-ID: <87tyzajwav.fsf@gmail.com> (raw)

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.

             reply	other threads:[~2009-09-10 22:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-10 21:59 zwz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-04-07 19:52 feature request: transpose a table Michael Brand
2010-04-07 22:57 ` Thomas S. Dye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tyzajwav.fsf@gmail.com \
    --to=zhangweize@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).