Opened 12 years ago
Last modified 12 years ago
#2016 closed enhancement
RunCollectionBubbleChart improvements — at Version 10
Reported by: | mkommend | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Optimization.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description (last modified by mkommend)
- Categorical values (e.g., algorithm name) shall be sorted alphabetically (also applies for the BoxPlots)
- Automatic coloring for large run collections must be faster
- Selection of runs to apply specific actions
Change History (10)
comment:1 Changed 12 years ago by mkommend
- Owner changed from swagner to sforsten
- Status changed from new to assigned
comment:2 Changed 12 years ago by mkommend
comment:3 Changed 12 years ago by sforsten
- Status changed from assigned to accepted
- Content.UpdateOfRunsInProgress is set to true while updating the colors of the data points in RunCollectionBubbleChartView
- removed a useless line in RunCollectionBoxPlotView
comment:4 Changed 12 years ago by sforsten
- Owner changed from sforsten to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 12 years ago by mkommend
- Owner changed from mkommend to ascheibe
comment:6 Changed 12 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.8
comment:7 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
Thanks, looks good!
comment:8 Changed 12 years ago by mkommend
- Status changed from readytorelease to assigned
comment:9 Changed 12 years ago by mkommend
- Status changed from assigned to accepted
comment:10 Changed 12 years ago by mkommend
- Description modified (diff)
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
r9312: Changes in the bubblechart:
- Added possibility to select runs.
- Added option to hide all selected runs.
- Performance improvements regarding coloring, filtering and selection.
- Corrected minor bug regarding categorical values in the bubblechart and boxplot view.
Remark: All changesets except r9312 have been already been reviewed.
Note: See
TracTickets for help on using
tickets.
r9235: Implemented changes in BubbleChart and BoxPlots to improve the coloring and the display of categorical values.