Hi Alan

On Mon, Mar 26, 2012 at 15:37, Alan Schmitt
<alan.schm...@polytechnique.org> wrote:
> I'm trying to plot the following table, but the dates part is all wrong. Is 
> there a way to tell gnuplot what the date format is?
>
> #+tblname: data-table
> | Date             |     HP |     HC |
> |------------------+--------+--------|
> | [2011-08-20 Sat] | 006815 | 008399 |

Did you try this?
set timefmt  "[%Y-%m-%d"

Michael

Reply via email to