Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 12 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 13 years ago by abeham

  • Status changed from new to accepted

comment:2 Changed 13 years ago by abeham

I suspect that the selection rectangle always selects at least a height of 1 and values in RelativeDifferenceBestKnownToBest typically fall below that value.

comment:3 Changed 13 years ago by abeham

  • Milestone changed from HeuristicLab 3.3.5 to HeuristicLab 3.3.6

comment:4 Changed 13 years ago by abeham

  • Owner changed from abeham to mkommend
  • Status changed from accepted to reviewing

r6638

  • 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 also set the CursorX.Interval to 0.5 to allow drawing a zoombox around a single box.

Version 0, edited 13 years ago by abeham (next)

comment:5 Changed 13 years ago by mkommend

  • Owner changed from mkommend to abeham
  • Status changed from reviewing to readytorelease

comment:6 Changed 12 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.