Opened 12 years ago
Closed 12 years ago
#1903 closed defect (done)
Movie view of histogram fails if min and max are specified
Reported by: | abeham | Owned by: | bburlacu |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Analysis.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
The minimum is taken from the visual properties, but not the maximum to calculate the range:
var doubleRange = DoubleRange(min, maxValue + intervalWidth, intervalWidth).Skip(1).ToList();
In case min is greater than maxValue + intervalWidth this will result in an empty sequence.
Change History (4)
comment:1 Changed 12 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 12 years ago by abeham
- Owner changed from abeham to bburlacu
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by bburlacu
- Status changed from reviewing to readytorelease
Looks good, thank you.
comment:4 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r8339: Fixed handling of maximum x value