Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2069 > unrolled thread
| Started by | Carmel <cakozlov@gmail.com> |
|---|---|
| First post | 2011-02-11 06:37 -0800 |
| Last post | 2011-02-11 19:59 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
Issue with Connecting Lines and Timestamps Carmel <cakozlov@gmail.com> - 2011-02-11 06:37 -0800
Re: Issue with Connecting Lines and Timestamps James Waldby <not@valid.invalid> - 2011-02-11 19:59 +0000
| From | Carmel <cakozlov@gmail.com> |
|---|---|
| Date | 2011-02-11 06:37 -0800 |
| Subject | Issue with Connecting Lines and Timestamps |
| Message-ID | <2e2f602a-55cd-4354-b3ea-4e249bf1a3ce@a5g2000vbs.googlegroups.com> |
Hello, I have an issue that I'm unable to find a solution for. I'm plotting data points that relate to a timestamp. Sometimes, I have a gap in the timestamp/data points sequence. An example: 1399.174453,02/09/11,15:58:19 1399.174453,02/09/11,15:58:19 1399.174453,02/09/11,15:58:19 1399.174453,02/09/11,15:58:19 111.958397,02/09/11,16:03:29 111.958397,02/09/11,16:03:29 111.958397,02/09/11,16:03:29 111.958397,02/09/11,16:03:29 Here it jumps directly from 15:58:19. In my plots I get a connecting line from the two data points. I don't want this to happen - I just don't want any lines to appear. Is this possible to do with gnuplot?
[toc] | [next] | [standalone]
| From | James Waldby <not@valid.invalid> |
|---|---|
| Date | 2011-02-11 19:59 +0000 |
| Message-ID | <ij44ef$6ta$1@news.eternal-september.org> |
| In reply to | #2069 |
On Fri, 11 Feb 2011 06:37:22 -0800, Carmel wrote: > Hello, > I have an issue that I'm unable to find a solution for. I'm plotting > data points that relate to a timestamp. Sometimes, I have a gap in the > timestamp/data points sequence. An example: > > 1399.174453,02/09/11,15:58:19 > 1399.174453,02/09/11,15:58:19 > 1399.174453,02/09/11,15:58:19 > 1399.174453,02/09/11,15:58:19 > 111.958397,02/09/11,16:03:29 > 111.958397,02/09/11,16:03:29 > 111.958397,02/09/11,16:03:29 > 111.958397,02/09/11,16:03:29 > > Here it jumps directly from 15:58:19. In my plots I get a connecting > line from the two data points. I don't want this to happen - I just > don't want any lines to appear. > > Is this possible to do with gnuplot? If you show the command sequence you are using (or, at the very least, the plot command) probably someone will understand the question and answer it. Eg, does your plot command (or linestyle settings) say "with lines" ? Have you tried putting a blank line in the data file when a gap occurs? -- jiw
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web