From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: gnuplot: plotting students' progress of grades Date: Tue, 1 Sep 2015 11:51:02 +0100 Message-ID: <87d1y2ifah.fsf@ucl.ac.uk> References: <74BD0B79-38C1-4C2A-A2C2-82E52A4826B9@friolz.com> <20150901083819.31db99e3@pckr150.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWj9j-0003mX-Ku for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 06:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWj9g-0005VA-AT for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 06:51:11 -0400 Received: from mail-db3on0129.outbound.protection.outlook.com ([157.55.234.129]:61856 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWj9g-0005V6-2F for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 06:51:08 -0400 In-Reply-To: <20150901083819.31db99e3@pckr150.mpip-mainz.mpg.de> (Robert Klein's message of "Tue, 1 Sep 2015 08:38:19 +0200") 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: Robert Klein Cc: Org Mode Mailing List , Tobias Frischholz 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 only plot columns (selected using "using"). The table needs to be transposed first (which is possible but don't ask me how ;-). -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.1-176-g45abec