Hi,

Tobias Frischholz <tob...@friolz.com> 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 it?
> 

You can use something like this:

#+Name: grades
|---+------------+--------+--------+--------+------|
|   | Schüler    | 1-fach | 1-fach | 1-fach | note |
|---+------------+--------+--------+--------+------|
| # | Wurm, Hans |      4 |      3 |      2 | 3.18 |
| # | Igel, Sepp |      1 |      2 |      3 | 3.28 |
|---+------------+--------+--------+--------+------|
| # | \o         |   2.50 |   2.50 |   2.50 | 3.23 |
|---+------------+--------+--------+--------+------|

#+begin_src gnuplot :var data=grades :file noten.png
  put your gnuplot code here
#+end_src

Please see the worg page
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html
for more information.

Best regards
Robert



> Best regards,
> Tobias Frischholz
> 
> PGP PUBLIC KEY:
> http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index
> 


Reply via email to