X-Received: by 10.200.1.131 with SMTP id x3mr2788060qtf.6.1503518940645; Wed, 23 Aug 2017 13:09:00 -0700 (PDT) X-Received: by 10.36.82.83 with SMTP id d80mr200658itb.8.1503518940586; Wed, 23 Aug 2017 13:09:00 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!v29no65478qtv.0!news-out.google.com!t8ni541ita.0!nntp.google.com!x187no139369ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 23 Aug 2017 13:09:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1811:d22:7600:6035:eca5:d280:b8b2; posting-account=6Yi6UAoAAAAPa9I7jpXT9nwJvAd0_-hC NNTP-Posting-Host: 2a02:1811:d22:7600:6035:eca5:d280:b8b2 References: <09265b97-7ca8-4f2d-baa2-7e9ff9abf37e@googlegroups.com> <52aa35d4-af28-4f6b-9d00-c780124c533f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7465da87-a8b2-41cb-9984-b3f06125ca1d@googlegroups.com> Subject: Re: Ephemerides data From: robertvanpass@gmail.com Injection-Date: Wed, 23 Aug 2017 20:09:00 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 29 Xref: csiph.com comp.graphics.apps.gnuplot:3730 On Wednesday, August 23, 2017 at 1:45:27 AM UTC+2, Karl Ratzsch wrote: > Am 22.08.2017 um 23:09 schrieb robertvanpass@gmail.com: > >=20 > > I use a slightly different plot command to correct for declination valu= es between -00=C2=B0 and -01=C2=B0, but basically it's like you say. > >=20 > > Now the last hurdle for me is that the X-axis of the graph is not in a = readable Date-Time format: > >=20 >=20 > > Do you have an idea how to get date and time on the X-axis of the graph= ? >=20 > simple: "set xtics timedate" . Check the help ("help > time_specifiers") if you don't like the default format. >=20 > You can also plot the table to a named datablock instead of a file: >=20 > set table $ephem >=20 > and do the second plot from there. Doesn't clutter up your disk with > redundant files. >=20 > Or just do it directly. >=20 > Karl Great, it works ! I couldn't have done this by myself - thanks a million !