From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Time-Event-Diagrams Date: Tue, 6 Dec 2016 18:54:02 +0100 Message-ID: <2016-12-06T18-43-22@devnull.Karl-Voit.at> References: <2016-12-05T17-23-55@devnull.Karl-Voit.at> <5846EE9C.200@free.fr> Reply-To: Karl Voit Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEJwY-0002uG-6H for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 12:54:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEJwU-00014C-9p for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 12:54:18 -0500 Received: from [195.159.176.226] (port=34850 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cEJwU-00013s-3E for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 12:54:14 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cEJwN-0003Bn-Mo for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 18:54:07 +0100 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" To: emacs-orgmode@gnu.org * Thierry Banel wrote: > What about GnuPlot? Heard about it. Never used. > #+plot: ind:1 deps:(2) type:2d with:"impulse lw 6" set:"yrange [0:]" >| When | How many | >|------------------+----------| >| [2016-11-17 Thu] | 3 | >| [2016-11-23 Wed] | 4 | >| [2016-12-10 Sat] | 1 | Cryptic syntax IMO. I guess I need weeks of learning basics in order to understand GnuPlot so that I am able to derive those plot-lines all by myself? > Type > org-plot/gnuplot > or > C-c " g > in the table Then I get «Starting gnuplot plotting program...Done» in my mini-buffer. That's it. I recognized that a *gnuplot* buffer was created in background. Its content is ... ,---- | Terminal type set to 'unknown' | gnuplot> reset | gnuplot> set yrange [0:] | gnuplot> set datafile separator "\t" | gnuplot> set xdata time | gnuplot> set timefmt "%Y-%m-%d-%H:%M:%S" | gnuplot> plot '/tmp/org-plot11956t0A' using 1:2 with impulse lw 6 title 'How many' | gnuplot> `---- ... which I do not understand yet. Since you just mentioned invoking org-plot/gnuplot, I guess there should be any result somewhere somehow which did not work at my side. I could not locate any file or directory /tmp/org-plot11956t0A. What *should* happen? -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github