Opened 14 years ago
Closed 14 years ago
#412 closed defect (fixed)
y-range is not set properly when lines are decreasing with time
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.7.1 |
Component: | output | Version: | 0.7 |
Keywords: | Cc: |
Description
The code assumes that the max value is at end of time. This is true for Classic StatsType that is non-decreasing, but for other StatType? (Blame and Add) it is not true.
See link below for an example
http://cbbp.thep.lu.se/~jari/svndigest/yat/blame/jari/total/yat/utility/VectorMutable.cc.html
I put this to be fixed within 0.7.x. Obviously it should work in 0.8 too, but that has to be fixed independtly as the plotting is reimplemented there.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [879]) fixes #412