emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: Thierry Banel <tbanelwebmin@free.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: Time-Event-Diagrams
Date: Tue, 29 Aug 2017 10:22:01 +0100	[thread overview]
Message-ID: <874lsq4tl2.fsf@yandex.com> (raw)
In-Reply-To: <5846F0B0.4080402@free.fr> (Thierry Banel's message of "Tue, 06 Dec 2016 18:09:04 +0100")

>>>>> Begin Thierry Banel <tbanelwebmin@free.fr> writes:

Or with babel-gnuplot?
The result is an SVG file that a web browser can display.

#+name: whentable
| When             | How many |
|------------------+----------|
| [2016-11-17 Thu] |        3 |
| [2016-11-23 Wed] |        4 |
| [2016-12-10 Sat] |        1 |
#+BEGIN_SRC gnuplot :file whenfile.svg :var data=whentable :session none :term svg
size 600,200
set timefmt "%Y-%m-%d-%H:%M:%S"
set xdata time
set yrange [0:]
plot data using 1:2 w impulse lw 6
#+END_SRC

#+RESULTS:
[[file:whenfile.svg]]

>>>>> End Thierry Banel <tbanelwebmin@free.fr> writes:

This no longer appears to work. The file whenfile.svg is created but is empty.

Best wishes,

-- 
--
Colin Baxter
m43cap@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8

  reply	other threads:[~2017-08-29  9:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05 16:36 Time-Event-Diagrams Karl Voit
2016-12-06 17:00 ` Time-Event-Diagrams Thierry Banel
2016-12-06 17:54   ` Time-Event-Diagrams Karl Voit
2016-12-06 21:19     ` Time-Event-Diagrams Thierry Banel
     [not found]   ` <6ed50384ee6547f0b50a548500aed8a7@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-12-07  9:39     ` Time-Event-Diagrams Eric S Fraga
2016-12-06 17:09 ` Time-Event-Diagrams Thierry Banel
2017-08-29  9:22   ` Colin Baxter [this message]
     [not found] <mailman.105.1504022416.13313.emacs-orgmode@gnu.org>
2017-09-04 18:10 ` Time-Event-Diagrams edgar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874lsq4tl2.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=tbanelwebmin@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).