You can transpose the table like this:
(org-table-transpose-table-at-point)
Alternatively (adapted from that code): this might get you where you
need to be:
#+name: my-data
| 1 | 2 | 3 | 4 |
| a | b | c | d |
#+BEGIN_SRC emacs-lisp
(defun get-transposed-table (tblname)
(save-excursion
(org
On Tuesday, 1 Sep 2015 at 08:38, Robert Klein wrote:
[...]
> You can use something like this:
[...]
> #+begin_src gnuplot :var data=grades :file noten.png
> put your gnuplot code here
> #+end_src
The problem for the OP will be that the data are in rows instead of
columns and gnuplot will on
Hi Tobias,
Tobias Frischholz writes:
> Hi List,
>
> I have a table in org which looks like this (student’s grades):
>
> |---++++++++++++++-|
> | | Schüler | 1-fach | 1-fach | 1-fac
Hi,
Tobias Frischholz wrote:
> Hi List,
>
> I have a table in org which looks like this (student’s grades):
>
[s.d.]
> I would like to use gnuplot to show me a line graph of each student’s
> single grades in order to resemble their progress during the school
> year. Can this be achieved with
Hi List,
I have a table in org which looks like this (student’s grades):
|---++++++++++++++-|
| | Schüler| 1-fach | 1-fach | 1-fach | 1-fach | 2-fach | 2-fach | 2-fach
| 2-fa