Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #991
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: missing date in input file |
| Date | 2012-03-21 12:13 +0100 |
| Message-ID | <9streqFm10U1@mid.dfncis.de> (permalink) |
| References | <jkc4uv$mm2$1@dont-email.me> |
On 21.03.2012 09:53, Frank Ursel wrote: > Is there a way to tell gnuplot to interpolate/interprete the missing > values for by gnuplot inserted dates as e.g. zero? No, because there are no missing values in that dataset. gnuplot cannot know the difference between a data point just not existing and one being omitted on purpose. If you want such a difference to be made, you have to tell gnuplot about it explicitly --- by putting missing points into the file, marked appropriately. Or put blank lines in there. Those will also break 'with lines'. > I know about missing data I could put a ? in the dataset but it's hard > for me to figure out the missing dates and include the right ones, If it's hard even for you, how do you expect gnuplot to manage it?
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
missing date in input file Frank Ursel <sexyspamcatcher@trash-mail.com> - 2012-03-21 08:53 +0000
Re: missing date in input file Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-03-21 12:13 +0100
Re: missing date in input file Frank Ursel <sexyspamcatcher@trash-mail.com> - 2012-03-21 14:04 +0000
Re: missing date in input file Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-03-21 16:18 +0100
Re: missing date in input file bryan <bryanlepore@gmail.com> - 2012-03-21 07:01 -0700
csiph-web