Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3540
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2017-01-19 05:12 -0800 |
| Message-ID | <566df517-180f-4457-8a64-a899cf76e57f@googlegroups.com> (permalink) |
| Subject | Lost minutes |
| From | vittec@gmail.com |
Hello. I will try to explain my problem. I'm new with gnuplot and also my english is not the best. Ok i have a .csv file with time and temperature. The values are like this: 18:25:46 , 25.4 I take a value each 5 minutes (not exactly, it changes a few seconds). Iam trying to take a graph loading a script, i think is the best way for my project. The problem is that the graph's points are not distributed as they should. I mean if i have 10 values in the 18 p.m. (for example: 18:01:45 , 25 18:06:58 , 25.1 18:11:42 , 25.2 18:16:46 , 25.1) gnuplot does not put them in the intermediate places. It plots all the values in the 18:00:00 column. Just as it takes only the hour parameter. I have tried some solutions. set xdata time → It gives me a lot of problems saying that the requires more spec. set timefmt "%H:%M:%S" → makes the same only in the integer hours Can anybody help me a little... Thank you very much.
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Lost minutes vittec@gmail.com - 2017-01-19 05:12 -0800
Re: Lost minutes Karl Ratzsch <mail.kfr@gmx.net> - 2017-01-19 20:53 +0100
Re: Lost minutes vittec@gmail.com - 2017-01-19 23:52 -0800
Re: Lost minutes Karl Ratzsch <mail.kfr@gmx.net> - 2017-01-20 11:17 +0100
csiph-web