From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Plotting (with gnuplot) using dates timestamps Date: Mon, 26 Mar 2012 16:06:08 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCAYr-0001xK-NK for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 10:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCAYl-0001lm-Eo for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 10:06:17 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:65037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCAYl-0001kw-6E for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 10:06:11 -0400 Received: by werj55 with SMTP id j55so5410205wer.0 for ; Mon, 26 Mar 2012 07:06:08 -0700 (PDT) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alan Schmitt Cc: emacs-orgmode Mode Hi Alan On Mon, Mar 26, 2012 at 15:37, Alan Schmitt 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 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A0 HP | =A0 =A0 HC | > |------------------+--------+--------| > | [2011-08-20 Sat] | 006815 | 008399 | Did you try this? set timefmt "[%Y-%m-%d" Michael