Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1345
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Having a problem reading my data |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-08-20 09:19 -0700 |
| Organization | gnuplot development team |
| Message-ID | <k0to23$ni6$1@dont-email.me> (permalink) |
| References | <d41721b5-8417-4f2b-b223-cdbe1bdcc004@googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
s0198362 wrote: > Hi. > > I have data in the following format > > 1 15/08/2012 14:45:47:00 PM 0 3.00122E-012 2.30906E-008 > 2 15/08/2012 14:46:04:10 PM 17.109 3.11993E-012 2.30476E-008 > 3 15/08/2012 14:46:21:21 PM 34.219 3.11981E-012 2.30605E-008 > 4 15/08/2012 14:46:38:32 PM 51.328 3.2511E-012 2.30734E-008 > > What I would like to do is plot column 5 (0, 17.109) against 6 > (relative time against intensity). However using > > plot "filename.asc" using 5:6 just crashes wgnuplot, with no > interpretable error message. > > can anyone help me out as to how to get this working? Or even plot > against the real time (miliseconds probably not needed!) I can think of no reason that should cause a crash. What was the "uninterpretable" error message? Please file a bug report on SourceForge, including a script and data file for reproducing the problem. https://sourceforge.net/tracker/?group_id=2055&atid=102055 > > Thanks > > Adrian
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Having a problem reading my data s0198362 <adrian.h.hill@gmail.com> - 2012-08-20 05:04 -0700
Re: Having a problem reading my data sfeam <sfeam@users.sourceforge.net> - 2012-08-20 09:19 -0700
Re: Having a problem reading my data s0198362 <adrian.h.hill@gmail.com> - 2012-08-20 11:03 -0700
csiph-web