From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Ekh Subject: Re: Plotting date on xaxis Date: Fri, 26 Feb 2010 16:09:21 +0100 Message-ID: <417457b51002260709w61c337bej8ce3a1872cb08a56@mail.gmail.com> 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> <871vg9nkih.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl1om-0006xt-3s for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:09:28 -0500 Received: from [140.186.70.92] (port=59252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl1ol-0006wm-93 for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:09:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl1oi-00064Y-E8 for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:09:27 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]:19030) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl1oi-000647-9f for emacs-orgmode@gnu.org; Fri, 26 Feb 2010 10:09:24 -0500 Received: by fg-out-1718.google.com with SMTP id d23so10404fga.12 for ; Fri, 26 Feb 2010 07:09:22 -0800 (PST) In-Reply-To: <871vg9nkih.wl%ucecesf@ucl.ac.uk> 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: emacs-orgmode@gnu.org Thanks guys, I really like the org-mode community. I allways get good help with my newbie questions! On Thursday, February 25, 2010, Eric S Fraga wrote: > 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? =A0If >> > 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: >> > >> > =A0 ... 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 >> >> =A0"illegal day of month" >> >> which to me seems entirely appropriate. > > It does indeed seem perfectly appropriate! =A0Thanks. > >> 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. =A0I 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 >