From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: gnuplot: plotting students' progress of grades Date: Tue, 1 Sep 2015 08:38:19 +0200 Message-ID: <20150901083819.31db99e3@pckr150.mpip-mainz.mpg.de> References: <74BD0B79-38C1-4C2A-A2C2-82E52A4826B9@friolz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWfD9-0003vh-Ev for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 02:38:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWfD5-0003td-EH for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 02:38:27 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:37960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWfD5-0003tZ-73 for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 02:38:23 -0400 In-Reply-To: <74BD0B79-38C1-4C2A-A2C2-82E52A4826B9@friolz.com> 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: Tobias Frischholz Cc: Org Mode Mailing List Hi, Tobias Frischholz wrote: > Hi List, >=20 > I have a table in org which looks like this (student=E2=80=99s grades): >=20 [s.d.] > I would like to use gnuplot to show me a line graph of each student=E2=80= =99s > single grades in order to resemble their progress during the school > year. Can this be achieved with it? >=20 You can use something like this: #+Name: grades |---+------------+--------+--------+--------+------| | | Sch=C3=BCler | 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=3Dgrades :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 >=20 > PGP PUBLIC KEY: > http://pgp.mit.edu/pks/lookup?search=3D0xCD463AC1&op=3Dindex >=20