Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Quote:"For line charts, it is assumed that if a line has an
undefined gap (from a null point), then the line above it should have
the same gap - insert zeros instead of "null" if you want another
behaviour. This also holds for the start and end of the chart."
So the stack plugin is documented fine.
But this is bad feature. Хрень. I want to stack over "null" values.
Can somebody fix it?
Original comment by kuzyara...@gmail.com
on 25 Feb 2012 at 8:02
Original comment by dnsch...@gmail.com
on 7 May 2012 at 11:55
We're interested in working on this issue, but unsure of which behavior to
implement. Here's one idea.
Imagine two datasets. d1 = [(1,3),(3,5)] and d2 = [(1,2),(2,7),(3,15),(4,1)].
Since d1 is missing x-values at x=2 and 4, we propose to interpolate between 1
and 3, adding point (2,4) to d1.
But since x = 4 is an edge case, we propose to set that missing point to (4,0).
Essentially, if a missing point is within the dataset's range, we interpolate.
Otherwise set y to zero.
Is this reasonable behavior?
Thanks,
Derrick & Yael
Original comment by drrc...@gmail.com
on 9 Jul 2012 at 8:33
Hi Derrick & Yael,
well, I'd vote for filling all gaps with ZERO by default.
Your suggestion is a sophisticated one - why not enabling that by an additional
switch?
Thanks for working on that
Andreas
Original comment by aaapoehl...@gmail.com
on 6 Dec 2012 at 9:17
Original issue reported on code.google.com by
ryl...@gmail.com
on 20 Jan 2012 at 8:35