From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Plotting (with gnuplot) using dates timestamps Date: Mon, 26 Mar 2012 18:11:19 +0100 Message-ID: <4F70A337.8050207@wilkesley.net> References: <1332770878.2404.3.camel@ascraeus> <27136.1332772632@alphaville> <020AB818-EA26-43CC-B8F9-CCFD714972E1@polytechnique.org> <2012-03-26T17-46-02@devnull.Karl-Voit.at> <2012-03-26T19-05-53@devnull.Karl-Voit.at> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDSM-0006Ww-HB for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:11:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCDSK-0004td-Ph for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:11:46 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:60823 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCDSK-0004pb-JP for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 13:11:44 -0400 Received: from [192.168.0.183] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 421353339E5 for ; Mon, 26 Mar 2012 18:11:22 +0100 (BST) In-Reply-To: <2012-03-26T19-05-53@devnull.Karl-Voit.at> 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: emacs-orgmode@gnu.org On 26/03/12 18:06, Karl Voit wrote: > * Alan Schmitt wrote: >> On 26 mars 2012, at 17:48, Karl Voit wrote: >> >>> Can you please post the while working example (or correct my error)? >> >> Change this >>> set timefmt "[%Y-%m-%d %a]" >> to this >> set timefmt "%Y-%m-%d" >> >> I also don't specify the range. >>> set xrange ["[2011-08-01 foo]":"[2012-04-01 bar]"] > > Thanks! > > I now understand and it works :-) > Haivng played with gnuplot recently, I would suggest that your first statement should always be "reset". Otherwise you may find settings you have been trying out persist over different runs of your babel code. This can be very confusing and may lead to premature hair loss. Ian.