>>>>> Begin Thierry Banel <tbanelweb...@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 <tbanelweb...@free.fr> writes:

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

Best wishes,

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

Reply via email to