Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2023
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2013-09-07 17:17 -0700 |
| References | <728e946b-3ae7-42e1-8a8a-753695fbdb97@googlegroups.com> <b918meF2pu9U1@mid.dfncis.de> |
| Message-ID | <635335bd-be9b-40be-bc04-e5e0d51b6b38@googlegroups.com> (permalink) |
| Subject | Re: Data manipulation (gnuplot) |
| From | Dan Merschi <danmero@gmail.com> |
On Saturday, September 7, 2013 2:13:37 PM UTC-4, Hans-Bernhard Bröker wrote:
>
> That's going to prove trick, particularly the "reducse to the last 24
>
> hours worth of data" job. Once you've solved that, you can probably do
I set the following variable for 24 hours ago timestamps.
YesterdayS=$(/bin/date "+%s" --date="1 days ago")
Now I just need a gnuplot like query to compare the $YesterdayS value to second column. Something like that.
> splot "temp_last_24h.log" u 1:2:3:xticlabels(1) with lines
This is the error I got for the previous command
line 0: warning: Too many axis ticks requested (>7e+04)
>
> for a quick overview. Individual sensors' data should be available via
>
>
>
> plot "temp_last_24h.log" u (stringcolumn(1) eq '28D942A603000062' ?
>
> $2 : NaN):3 w l
I try your command but that take forever, no output.
Thanks Hans for your help.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
Data manipulation (gnuplot) Dan Merschi <danmero@gmail.com> - 2013-09-07 09:00 -0700
Re: Data manipulation (gnuplot) Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-09-07 20:13 +0200
Re: Data manipulation (gnuplot) Dan Merschi <danmero@gmail.com> - 2013-09-07 17:17 -0700
csiph-web