emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Plotting date on xaxis


From: Johan Ekh
Subject: [Orgmode] Plotting date on xaxis
Date: Mon, 22 Feb 2010 19:31:41 +0100

Hi all,
I try to plot a table looking like this

     |       Date    |   Kg |
     |-----------------+--------|
     | 2010-02-21 | 95.0 |
     | 2010-02-22 | 93.0 |
     | 2010-02-23 | 92.0 |
     | 2010-02-24 | 91.5 |
     | 2010-02-25 | 91.0 |
     | 2010-02-29 | 92.0 |
     |                  |        |

with the dates on the xaxis using

#+PLOT: title:"Weight" ind:1 deps:(2) type:2d with:linespo set:"xdata time" timefmt:%Y-%m-%d set:"yrange [90:]"

but no plot is generated. If I remove <set:"xdata time">, the plot is generated but without interpreting the dates as dates.

Can anyone see what I do wrong?

Thanks in advance,

Johan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]