Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3728
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Ephemerides data |
| Date | 2017-08-23 01:45 +0200 |
| Organization | solani.org |
| Message-ID | <onifmm$sqo$1@solani.org> (permalink) |
| References | (3 earlier) <a39fec6b-6c96-4b36-8b73-100ac971d4a7@googlegroups.com> <ong362$e46$1@solani.org> <09265b97-7ca8-4f2d-baa2-7e9ff9abf37e@googlegroups.com> <onhoga$ei4$1@solani.org> <52aa35d4-af28-4f6b-9d00-c780124c533f@googlegroups.com> |
Am 22.08.2017 um 23:09 schrieb robertvanpass@gmail.com:
>
> I use a slightly different plot command to correct for declination values between -00° and -01°, but basically it's like you say.
>
> Now the last hurdle for me is that the X-axis of the graph is not in a readable Date-Time format:
>
> Do you have an idea how to get date and time on the X-axis of the graph ?
simple: "set xtics timedate" . Check the help ("help
time_specifiers") if you don't like the default format.
You can also plot the table to a named datablock instead of a file:
set table $ephem
and do the second plot from there. Doesn't clutter up your disk with
redundant files.
Or just do it directly.
Karl
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Ephemerides data robertvanpass@gmail.com - 2017-08-20 06:36 -0700
Re: Ephemerides data Karl Ratzsch <mail.kfr@gmx.net> - 2017-08-20 22:56 -0300
Re: Ephemerides data Karl Ratzsch <mail.kfr@gmx.net> - 2017-08-20 23:59 -0300
Re: Ephemerides data robertvanpass@gmail.com - 2017-08-21 15:01 -0700
Re: Ephemerides data Karl Ratzsch <mail.kfr@gmx.net> - 2017-08-22 03:59 +0200
Re: Ephemerides data robertvanpass@gmail.com - 2017-08-22 07:57 -0700
Re: Ephemerides data Karl Ratzsch <mail.kfr@gmx.net> - 2017-08-22 19:09 +0200
Re: Ephemerides data robertvanpass@gmail.com - 2017-08-22 14:09 -0700
Re: Ephemerides data Karl Ratzsch <mail.kfr@gmx.net> - 2017-08-23 01:45 +0200
Re: Ephemerides data robertvanpass@gmail.com - 2017-08-23 13:09 -0700
csiph-web