From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Plotting date on xaxis Date: Thu, 25 Feb 2010 20:11:18 +0000 Message-ID: <871vg9nkih.wl%ucecesf@ucl.ac.uk> References: <417457b51002221031k48e2470aof86f6b6e71ea454b@mail.gmail.com> <87zl30c6zn.fsf@gmail.com> <87vddntvig.wl%ucecesf@ucl.ac.uk> <87ljejsdk6.fsf@gmail.com> <87wry3kqej.wl%ucecesf@ucl.ac.uk> <87tyt5xla6.fsf@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nkk55-0003I2-Dn for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:13:07 -0500 Received: from [140.186.70.92] (port=60962 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nkk53-0003A7-49 for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:13:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nkk3W-0002V5-3l for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:11:31 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:37751) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nkk3V-0002UI-Te for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 15:11:30 -0500 In-Reply-To: <87tyt5xla6.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org On Thu, 25 Feb 2010 10:44:33 -0700, "Eric Schulte" wrote: > > Eric S Fraga writes: > [...] > > Well, good intentions is one thing, wrong behaviour is another? If > > the user has specified "ind:1 deps:(2)", even if org-plot identifies > > column 1 as having labels for the tic marks, the generated parameter > > to the plot command should be, at best: > > > > ... using 1:2:xticlabels(1) ... > > > > I just applied a patch which results in the above plotting command, and > yields the following gnuplot error when the table contains an empty line > > "illegal day of month" > > which to me seems entirely appropriate. It does indeed seem perfectly appropriate! Thanks. > All of the plots form the org-plot page on worg still work with this > patch (which amounts to org-plot's test suite), so I relatively > confident that it shouldn't break any existing functionality. > > One problem with org-plot's attempt to guess the best action in each > situation is that the code will get increasingly ugly as these corner > cases continue to arise, and as that happens it becomes increasingly > difficult to know a-priori if a patch will cause unforeseen problems. Yes, I can imagine. I guess, for Johan's benefit, that it's best to move on to org-babel for the more complex problems leaving the direct gnuplot support for "simple" cases! Thanks again, eric