Bug 113136 - data points are not always plotted
Summary: data points are not always plotted
Status: RESOLVED REMIND
Alias: None
Product: kst
Classification: Applications
Component: plotting (show other bugs)
Version: 1.1.0
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-23 11:54 UTC by George Staikos
Modified: 2005-10-12 00:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Staikos 2005-09-23 11:54:16 UTC
Consider a data file that looks like this: 
 
0 
NAN 
0 
NAN 
0 
NAN 
0 
NAN 
0 
NAN 
0 
NAN 
 
If a curve is constructed and show lines and show points are turned on, no 
lines are drawn [correct], but no points are shown either.  Points should be 
drawn for the 0s.
Comment 1 Andrew Walker 2005-09-29 21:53:20 UTC
I'm not able to reproduce this problem. Using the data as given in the bug description and choosing to display both points and lines results in points being displayed at 0,2,4,6,8,10 on the x-axis when the vector is plotted is against the INDEX vector.

Please give more details on how to produce this problem or withdraw the bug report.
Comment 2 George Staikos 2005-09-30 02:20:24 UTC
Will take quite some time to produce a testcase for this.  It was seen in production.
Comment 3 George Staikos 2005-10-12 00:51:59 UTC
Cannot reproduce locally, though I could definitely see this in the production machine.  Must have been a localized bug, or has since been fixed somehow.  Will close for now.