Opened 12 years ago
Closed 11 years ago
#1543 closed defect (done)
BoxPlot view cannot be zoomed often when viewing relative difference on the y axis
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Optimization.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description
Change History (6)
comment:1 Changed 12 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 12 years ago by abeham
comment:3 Changed 12 years ago by abeham
- Milestone changed from HeuristicLab 3.3.5 to HeuristicLab 3.3.6
comment:4 Changed 12 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
- fixed box plot zooming (the cursor's interval was set to a smaller value)
Seems like CursorY.Interval is set to 1 by default. Setting this to 1e-5 allows to zoom deeper into the chart (I didn't want to make it too low because you'll get very long and ugly axis scales). I also set the CursorX.Interval to 0.5 to allow drawing a zoombox around a single box.
comment:5 Changed 12 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
comment:6 Changed 11 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.6
Note: See
TracTickets for help on using
tickets.
I suspect that the selection rectangle always selects at least a height of 1 and values in RelativeDifferenceBestKnownToBest typically fall below that value.